
@media screen and (max-width: 1226px) {
  .main {
    width: 100%;
    padding: 0 2%;
  }
}

.head {
  height: 82px;
  width: 100%;
  z-index: 29;
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
}
@media screen and (max-width: 720px) {
  .head {
    height: 50px;
  }
}
@media screen and (max-width: 1226px) {
  .head .main {
    padding-right: 0px;
  }
}

.head-fixed {
  position: fixed;
}

.head-plh {
  height: 82px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .head-plh {
    height: 50px;
  }
}

.head-bg {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: -1;
}

.logo-wrap {
  float: left;
  position: relative;
  width: 160px;
  height: 82px;
}

.logo--1 {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: hidden;
  width: 160px;
  height: 180px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  .logo--1 {
    display: none;
  }
}
.logo--1 a {
  text-indent: 9999em;
  width: 160px;
  height: 180px;
  display: block;
  overflow: hidden;
  background: url("../images/logo_bg.png") left top no-repeat;
}
.logo--1 .logo-ico {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../images/logo_1.png") left top no-repeat;
  width: 100%;
  height: 100%;
}

.logo--2 {
  -moz-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
  transition: all 0.3s ease 0.3s;
  margin-top: 8px;
  display: none;
}
@media screen and (min-width: 1090px) {
  .logo--2 {
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}
@media screen and (max-width: 1089px) {
  .logo--2 {
    margin-top: 3px;
    display: block;
  }
}
.logo--2 a {
  width: 163px;
  height: 65px;
  display: block;
  background: url("../images/logo_2.png") left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .logo--2 a {
    height: 44px;
    width: 110px;
  }
}

.nav {
  float: right;
}
@media screen and (max-width: 1090px) {
  .nav {
    position: absolute;
    background: url("../images/bg_2.png") repeat;
    top: 82px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 9;
  }
}
@media screen and (max-width: 720px) {
  .nav {
    top: 50px;
  }
}
.nav a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  float: left;
  padding: 0 18px;
  line-height: 92px;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .nav a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #366a9f;
  }
}
@media screen and (max-width: 720px) {
  .nav a {
    line-height: 65px;
  }
}
.nav span.nav-item-txt {
  z-index: 2;
  position: relative;
}
.nav span.nav-item-bg {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0px;
  top: -92px;
  background-color: #cbb084;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .nav span.nav-item-bg {
    display: none;
  }
}
.nav a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.nav a:hover span.nav-item-bg {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  top: 0px;
}
.nav a.nav-item--lang, .nav a.nav-item--zh, .nav a.nav-item--en {
  display: none;
}
@media screen and (max-width: 1090px) {
  .nav a.nav-item--lang, .nav a.nav-item--zh, .nav a.nav-item--en {
    display: block;
  }
}
.nav a.nav-item--zh {
  float: left;
}
.nav a.nav-item--en {
  float: right;
}

.oper {
  *zoom: 1;
  float: right;
}
.oper:after {
  content: "";
  display: table;
  clear: both;
}
.oper li {
  width: 68px;
  height: 82px;
  border-left: 1px solid #e8e8e8;
  float: left;
}
@media screen and (max-width: 720px) {
  .oper li {
    height: 50px;
    width: 50px;
  }
}
.oper li a {
  height: 82px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .oper li a {
    height: 50px;
  }
}
.oper li a i {
  width: 23px;
  height: 23px;
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .oper li a i {
    margin-top: 13px;
  }
}

li.oper-item--toggle {
  display: none;
}
@media screen and (max-width: 1090px) {
  li.oper-item--toggle {
    display: block;
  }
}
li.oper-item--toggle i {
  background: url("../images/ico_6.png") left top no-repeat;
}

.head.search-active .oper-item--search {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  top: 50px;
}

li.oper-item--search {
  position: relative;
  width: auto;
  padding: 0 14px;
}
@media screen and (max-width: 720px) {
  li.oper-item--search {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #054688;
    border-left: none;
    padding: 0 2%;
    z-index: -2;
  }
}
li.oper-item--search .search-btn {
  background: url("../images/ico_1.png") center center no-repeat;
  border: none;
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 21px;
}
@media screen and (min-width: 721px) {
  li.oper-item--search .search-btn {
    left: 14px;
  }
}
@media screen and (max-width: 720px) {
  li.oper-item--search .search-btn {
    top: 5px;
    background: url("../images/ico_5.png") center center no-repeat;
    right: 2% !important;
    z-index: 4;
  }
}
li.oper-item--search .search-ipt {
  z-index: 3;
  position: relative;
  width: 40px;
  height: 40px;
  right: 0px;
  top: 21px;
  background-color: transparent;
  border: none;
  padding: 4px;
}
@media screen and (max-width: 720px) {
  li.oper-item--search .search-ipt {
    top: 5px;
    background-color: #fff;
    width: 100%;
  }
}

li.oper-item--search2 {
  display: none;
}
@media screen and (max-width: 720px) {
  li.oper-item--search2 {
    display: block;
  }
}
li.oper-item--search2 i {
  background: url("../images/ico_1.png") left top no-repeat;
}

li.oper-item--memb i {
  background: url("../images/ico_2.png") left top no-repeat;
}

@media screen and (max-width: 720px) {
  li.oper-item--cart {
    display: none;
  }
}
li.oper-item--cart i {
  background: url("../images/ico_3.png") left top no-repeat;
}

.flexslider {
  border: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: 27px;
}
.flexslider .flex-direction-nav a {
  width: 33px;
  height: 55px;
  font-size: 0px;
}
@media screen and (max-width: 720px) {
  .flexslider{margin-bottom: 0;}
  .flexslider .flex-direction-nav a {
    display: none;
  }
}
.flexslider .flex-direction-nav a:before {
  display: none;
}
.flexslider .flex-direction-nav .flex-prev {
  background: url("../images/arr_2_l.png") left top no-repeat;
  left: 0px;
}
.flexslider .flex-direction-nav .flex-next {
  background: url("../images/arr_2_r.png") left top no-repeat;
  right: 0px;
}
.flexslider .flex-control-nav {
  bottom: 50px;
  z-index: 9;
}
.flexslider .flex-control-nav li a {
  background-color: #fff;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #00418f;
}
@media screen and (max-width: 720px) {
  .flexslider .slides li {
    height: 292px;
  }
}
.flexslider .slides a {
  background-position: center center;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 720px) {
  .flexslider .slides a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 720px) {
  .flexslider .slides a img {
    display: none;
  }
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 70px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 70px;
}

.link, .container .col-l .link--1, .container .col-l .link--2, .container .col-l .link--3 {
  *zoom: 1;
}
.link:after, .container .col-l .link--1:after, .container .col-l .link--2:after, .container .col-l .link--3:after {
  content: "";
  display: table;
  clear: both;
}

a.link-item, a.link-item--1, a.link-item--2, a.link-item--3 {
  float: left;
  width: 33.3333%;
  height: 225px;
  display: block;
  position: relative;
  color: #fff;
  border-right: 1px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  a.link-item, a.link-item--1, a.link-item--2, a.link-item--3 {
    width: 100%;
    height: 80px;
  }
}

a.link-item:hover .link-item-front, a.link-item--1:hover .link-item-front, a.link-item--2:hover .link-item-front, a.link-item--3:hover .link-item-front {
  display: none;
}
a.link-item:hover .link-item-bg, a.link-item--1:hover .link-item-bg, a.link-item--2:hover .link-item-bg, a.link-item--3:hover .link-item-bg {
  -moz-transition: all 1.2s ease 0s;
  -o-transition: all 1.2s ease 0s;
  -webkit-transition: all 1.2s ease;
  -webkit-transition-delay: 0s;
  transition: all 1.2s ease 0s;
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
a.link-item:hover .link-item-back h3, a.link-item--1:hover .link-item-back h3, a.link-item--2:hover .link-item-back h3, a.link-item--3:hover .link-item-back h3 {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
a.link-item:hover .link-item-back p, a.link-item--1:hover .link-item-back p, a.link-item--2:hover .link-item-back p, a.link-item--3:hover .link-item-back p {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
a.link-item:hover .link-item-back span, a.link-item--1:hover .link-item-back span, a.link-item--2:hover .link-item-back span, a.link-item--3:hover .link-item-back span {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.link-item-front {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.link-item-front .link-item-txt {
  width: 230px;
  margin: 86px auto 0;
  height: 52px;
}
@media screen and (max-width: 720px) {
  .link-item-front .link-item-txt {
    margin-top: 14px;
  }
}
.link-item-front i {
  width: 52px;
  height: 52px;
  float: left;
  float: left;
  margin-right: 7px;
}
.link-item-front h3 {
  font-size: 12px;
  font-size: 24px;
  line-height: 32px;
}
.link-item-front p {
  line-height: 20px;
}

.link-item-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.link-item-back .link-item-txt {
  line-height: 24px;
  text-align: center;
  position: absolute;
  z-index: 3;
  width: 164px;
  left: 50%;
  margin-left: -82px;
  top: 50%;
  margin-top: -25px;
}
.link-item-back .link-item-filt {
  background: url("../images/bg_1.png") repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.link-item-back .link-item-bg {
  -moz-transition: all 1.2s ease 0s;
  -o-transition: all 1.2s ease 0s;
  -webkit-transition: all 1.2s ease;
  -webkit-transition-delay: 0s;
  transition: all 1.2s ease 0s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}
.link-item-back h3 {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}
.link-item-back h3 i {
  display: inline-block;
  background: url("../images/arr_1.png") left top no-repeat;
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 5px 0 0 5px;
}
.link-item-back span {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
}
.link-item-back p {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.link-item--1 .link-item-front {
  background-color: #bbc9c9;
}
.link-item--1 .link-item-front .link-item-txt {
  width: 200px;
}
@media screen and (max-width: 720px) {
  .link-item--1 .link-item-front .link-item-txt {
    width: 220px;
  }
}
.link-item--1 .link-item-front i {
  background: url("../images/ico_7.png") left top no-repeat;
}
.link-item--1 .link-item-bg {
  background-image: url("../images/pic_2.jpg");
}

.link-item--2 .link-item-front {
  background-color: #79a5ff;
}
.link-item--2 .link-item-front .link-item-txt {
  width: 220px;
}
.link-item--2 .link-item-front i {
  background: url("../images/ico_8.png") left top no-repeat;
}
.link-item--2 .link-item-bg {
  background-image: url("../images/pic_1.jpg");
}

.link-item--3 {
  border-right: none;
}
.link-item--3 .link-item-front {
  background-color: #cbb084;
}
.link-item--3 .link-item-front .link-item-txt {
  width: 164px;
}
@media screen and (max-width: 720px) {
  .link-item--3 .link-item-front .link-item-txt {
    width: 220px;
  }
}
.link-item--3 .link-item-front i {
  background: url("../images/ico_9.png") left top no-repeat;
}
.link-item--3 .link-item-bg {
  background-image: url("../images/pic_3.jpg");
}

@media screen and (max-width: 720px) {
  .foot {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .foot .main {
    padding: 0px;
  }
}

.foot-mid {
  *zoom: 1;
}
.foot-mid:after {
  content: "";
  display: table;
  clear: both;
}

.foot-nav {
  float: left;
  margin: 60px 0 10px;
}
@media screen and (max-width: 1226px) {
  .foot-nav {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .foot-nav {
    display: none;
  }
}
.foot-nav dl {
  float: left;
  margin-right: 91px;
}
@media screen and (max-width: 1226px) {
  .foot-nav dl {
    width: 16.666%;
  }
}
.foot-nav dt {
  margin-bottom: 14px;
  font-weight: bold;
}
.foot-nav dd {
  line-height: 22px;
  margin-bottom: 8px;
}
.foot-nav a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #999;
}
.foot-nav a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #00418e;
}

.foot-contact {
  float: right;
  margin-top: 105px;
}
@media screen and (max-width: 1226px) {
  .foot-contact {
    display: none;
  }
}
.foot-contact p {
  line-height: 22px;
  color: #999;
}
.foot-contact h2 {
  font-size: 18px;
  font-family: "Arial";
  line-height: 26px;
  margin-bottom: 2px;
}
.foot-contact .contact-btn {
  background-color: #00418e;
  line-height: 40px;
  width: 165px;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 14px;
}
.foot-contact .contact-btn i {
  display: inline-block;
  background: url("../images/ico_4.png") 0 0 no-repeat;
  width: 21px;
  height: 22px;
  vertical-align: top;
  margin: 9px 5px 0 0;
}

.foot-btm {
  *zoom: 1;
  border-top: 1px solid #e0e0e0;
  color: #999;
  padding: 9px 0 20px;
}
.foot-btm:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 720px) {
  .foot-btm {
    padding: 0px;
  }
}

.foot-share {
  *zoom: 1;
  float: left;
}
.foot-share:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 720px) {
  .foot-share {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.foot-share h3 {
  margin-bottom: 10px;
  display: none;
}
.foot-share .share-item, .foot-share .share-item--1, .foot-share .share-item--2, .foot-share .share-item--3, .foot-share .share-item--4 {
  float: left;
  width: 32px;
  height: 32px;
  background: url("../images/follow-ico.png") 0 0 no-repeat;
  margin-right: 14px;
}
@media screen and (max-width: 720px) {
  .foot-share .share-item, .foot-share .share-item--1, .foot-share .share-item--2, .foot-share .share-item--3, .foot-share .share-item--4 {
    float: none;
    display: inline-block;
  }
}
.foot-share .share-item--1 {
  background-position: 0 0;
}
.foot-share .share-item--2 {
  background-position: -45px 0;
}
.foot-share .share-item--3 {
  background-position: -90px 0;
}
.foot-share .share-item--4 {
  background-position: -134px 0;
}
.foot-share .share-item--1:hover {
  background-position: 0 -40px;
}
.foot-share .share-item--2:hover {
  background-position: -45px -40px;
}
.foot-share .share-item--3:hover {
  background-position: -90px -40px;
}
.foot-share .share-item--4:hover {
  background-position: -134px -40px;
}

.foot-copyright {
  float: left;
  margin-top: 11px;
}
@media screen and (max-width: 720px) {
  .foot-copyright {
    font-weight: normal;
    width: 100%;
    background-color: #00418e;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
    margin-top: 0px;
  }
}

.foot-lang {
  float: right;
  line-height: 32px;
  position: relative;
}
@media screen and (max-width: 1090px) {
  .foot-lang {
    display: none;
  }
}
.foot-lang .lang-label {
  float: left;
}
.foot-lang .jqTransformSelectWrapper {
  float: left;
  width: 70px !important;
}
.foot-lang .jqTransformSelectWrapper > div span {
  padding-top: 9px;
}
.foot-lang .jqTransformSelectWrapper > div .jqTransformSelectOpen {
  display: none;
}
.foot-lang .jqTransformSelectWrapper > ul {
  line-height: 20px;
  position: absolute;
  border: none;
  width: 70px !important;
}
.foot-lang .jqTransformSelectWrapper > ul a {
  color: #999;
}
.foot-lang .jqTransformSelectWrapper > ul a.selected {
  background-color: #fff;
}
.foot-lang .jqTransformSelectWrapper > ul a:hover {
  background-color: #cbb084;
  color: #fff;
}
.foot-lang i {
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 4px;
  height: 4px;
  background: url("../images/arr_4.jpg") 0 0 no-repeat;
}

@media screen and (max-width: 1226px) {
  .sec--1 .main {
    padding: 0px;
  }
}

.banner {
  background-position: center center;
  background-size: cover;
  height: 280px;
  width: 100%;
  overflow: hidden;
}
.banner img {
  display: block;
  margin: 0 auto;
  display: none;
}

.headline {
  background-color: #f8f8f8;
  height: 76px;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (max-width: 720px) {
  .headline {
    padding: 6px 0 0 0;
    height: auto;
  }
}

.headline-tit {
  float: left;
  margin: 3px 0 0 10px;
}
@media screen and (max-width: 720px) {
  .headline-tit {
    margin: 0 0 0 10px;
    float: none;
  }
}
.headline-tit h2 {
  font-size: 38px;
  color: #e3e3e3;
  text-transform: uppercase;
}
.headline-tit p {
  color: #818181;
  font-size: 26px;
}
@media screen and (max-width: 720px) {
  .headline-tit p {
    margin-bottom: 6px;
  }
}

.headline-nav {
  float: right;
  min-height: 76px;
  margin-right: 15px;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .headline-nav {
    float: none;
    min-height: 45px;
    margin-right: 0px;
  }
}
.headline-nav a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  padding: 0 10px;
  float: left;
  height: 100%;
  line-height: 75px;
  border-top: 2px solid transparent;
}
@media screen and (max-width: 720px) {
  .headline-nav a {
    line-height: 45px;
    font-size: 16px;
    padding: 0 8px;
  }
}
@media screen and (min-width: 721px) {
  .headline-nav a.current {
    border-color: #79a5ff;
    background-color: #fff;
  }
}
@media screen and (max-width: 720px) {
  .headline-nav a.current {
    color: #00418e;
  }
}

.crumb {
  padding: 19px 0;
}
@media screen and (max-width: 720px) {
  .crumb {
    display: none;
  }
}
.crumb a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.crumb a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #00418e;
}

.container .main {
  *zoom: 1;
  padding: 0px;
}
.container .main:after {
  content: "";
  display: table;
  clear: both;
}
.container .col-l {
  width: 260px;
  padding: 18px 19px 0 0;
  border-right: 1px solid #e8e8e8;
  float: left;
}
@media screen and (max-width: 1226px) {
  .container .col-l {
    display: none;
  }
}
.container .col-l .slide {
  position: relative;
  margin: 0 0 14px;
}
.container .col-l .slide .hd {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 9;
}
.container .col-l .slide .hd li {
  width: 20px;
  float: left;
  line-height: 20px;
  text-align: center;
  background: url("../images/bg_3.png") repeat;
  color: #fff;
  border-left: 1px solid transparent;
  cursor: pointer;
}
.container .col-l .slide .hd li.on {
  background-color: #79a5ff;
}
.container .col-l .slide .bd img {
  display: block;
  width: 240px;
}
.container .col-l .link, .container .col-l .link--1, .container .col-l .link--2, .container .col-l .link--3 {
  margin-bottom: 20px;
  display: block;
}
.container .col-l .link img, .container .col-l .link--1 img, .container .col-l .link--2 img, .container .col-l .link--3 img {
  display: block;
}
.container .col-r {
  float: right;
  width: 966px;
}
@media screen and (max-width: 1226px) {
  .container .col-r {
    width: 100%;
  }
}

.editor, .affi-txt, .newi-txt, .integ-txt, .proi-tab .tab-bd-item {
  line-height: 24px;
  color: #999;
  font-family: "Sim Sun";
}
@media screen and (max-width: 1226px) {
  .editor, .affi-txt, .newi-txt, .integ-txt, .proi-tab .tab-bd-item {
    font-size: 14px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1226px) {
  .cont, .honor-cont, .aboutus-cont, .video-cont, .storel-cont, .affi-cont, .market-cont {
    padding: 0 2%;
  }
}

.honor-cont {
  padding: 18px 0 0 18px;
}
@media screen and (max-width: 720px) {
  .honor-cont {
    padding: 3%;
  }
}
.honor-cont .tab-hd {
  padding: 10px 0;
}
.honor-cont .tab-hd .owl-carousel {
  padding: 0 34px;
  background: url("../images/bg_5.jpg") 0 43px repeat-x;
}
.honor-cont .tab-hd .owl-prev, .honor-cont .tab-hd .owl-next {
  width: 34px;
  height: 34px;
  background: url("../images/sprite_1.png") no-repeat;
  font-size: 0px;
  position: absolute;
  top: 29px;
}
.honor-cont .tab-hd .owl-prev {
  background-position: 0 -40px;
  left: 0px;
}
.honor-cont .tab-hd .owl-next {
  background-position: 0 -6px;
  right: 0px;
}
.honor-cont .tab-bd-item {
  display: none;
}

.honor-owl-item {
  width: 51px;
  height: 80px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.honor-owl-item span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 0px;
}
.honor-owl-item i {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background: url("../images/sprite_1.png") -34px 0 no-repeat;
  top: 34px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
}

.honor-owl-item.current span {
  font-size: 14px;
  top: 5px;
  font-weight: bold;
}
.honor-owl-item.current i {
  background: url("../images/dot_1.png") 0 0 no-repeat;
  width: 45px;
  height: 50px;
  margin-left: -22.5px;
  top: 23px;
}

.honor-list {
  font-family: "Sim Sun";
}
.honor-list > a {
  background-color: #f8f8f8;
  line-height: 24px;
  padding: 8px 1.5%;
  display: block;
  cursor: pointer;
  margin-bottom: 8px;
}
@media screen and (max-width: 1226px) {
  .honor-list > a {
    font-size: 14px;
    line-height: 26px;
    padding: 3%;
  }
}

.honor-item-tit {
  color: #3476a8;
  font-weight: bold;
}

.honor-item-txt {
  color: #999;
}

.honor-pic {
  float: right;
}

.fancybox-close {
  background: url("../images/ico_close.png") 0 0 no-repeat;
}

.fancybox-title {
  color: #333;
  font-weight: bold;
}

.aboutus-cont {
  padding: 18px 0 0 18px;
  line-height: 24px;
}
@media screen and (max-width: 1226px) {
  .aboutus-cont {
    padding: 0px;
  }
}
@media screen and (max-width: 720px) {
  .aboutus-cont {
    font-family: "Microsoft Yahei";
  }
}
.aboutus-cont .tit-1 {
  color: #3476a8;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  padding: 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .aboutus-cont .tit-1 {
    font-size: 22px;
  }
}
.aboutus-cont .txt-1 {
  line-height: 24px;
  color: #999;
  font-family: "Sim Sun";
}
@media screen and (max-width: 720px) {
  .aboutus-cont .txt-1 {
    padding: 3%;
    font-size: 14px;
    line-height: 20px;
    font-family: "Microsoft Yahei";
    color: #515151;
  }
}
.aboutus-cont .img-1 {
  float: right;
  margin: 0 0 60px 30px;
}
.aboutus-cont .img-2 {
  width: 100%;
}
.aboutus-cont .img-4 {
  width: 100%;
}

.newl-cont {
  padding: 20px 0;
  font-family: "Sim Sun";
}
@media screen and (max-width: 1226px) {
  .newl-cont {
    padding: 3%;
  }
}

.grid li {
  float: left;
  width: 25%;
  padding: 0 16px 16px 0;
}
@media screen and (max-width: 1020px) {
  .grid li {
    width: 33.333%;
  }
}
@media screen and (max-width: 719px) {
  .grid li {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .grid li {
    width: 100%;
  }
}

.grid-items {
  -moz-box-shadow: 6px 6px 0px 0px #e5e5e5;
  -webkit-box-shadow: 6px 6px 0px 0px #e5e5e5;
  box-shadow: 6px 6px 0px 0px #e5e5e5;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 12px 12px 0;
  cursor: pointer;
}
.grid-items img {
  width: 100%;
  display: block;
}
.grid-items h5 {
  font-weight: bold;
}
@media screen and (max-width: 1226px) {
  .grid-items h5 {
    font-size: 14px;
  }
}

.grid-item-info {
  line-height: 24px;
  padding: 6px 0;
}

.grid-item-txt {
  color: #999;
  display: block;
}
@media screen and (max-width: 1226px) {
  .grid-item-txt {
    font-size: 14px;
  }
}

.grid-item-bt {
  *zoom: 1;
  border-top: 1px solid #e0dce0;
  padding: 8px 0;
}
.grid-item-bt:after {
  content: "";
  display: table;
  clear: both;
}
.grid-item-bt i {
  width: 14px;
  height: 15px;
  background: url("../images/ico_file.jpg") 0 0 no-repeat;
  float: right;
}

.video-cont, .storel-cont, .affi-cont {
  padding: 18px 0 0 17px;
}
@media screen and (max-width: 1226px) {
  .video-cont, .storel-cont, .affi-cont {
    padding: 3%;
  }
}

.video-list, .storel-list {
  *zoom: 1;
  text-align: center;
  font-family: "Sim Sun";
  width: 966px;
}
.video-list:after, .storel-list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1226px) {
  .video-list, .storel-list {
    width: 100%;
  }
}
.video-list li, .storel-list li {
  float: left;
  padding: 0 10px 18px 0;
}
@media screen and (max-width: 1226px) {
  .video-list li, .storel-list li {
    width: 25%;
    padding: 0 1% 2%;
  }
}
@media screen and (max-width: 920px) {
  .video-list li, .storel-list li {
    width: 33.333%;
  }
}
@media screen and (max-width: 640px) {
  .video-list li, .storel-list li {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .video-list li, .storel-list li {
    width: 100%;
  }
}
.video-list .item-frame, .storel-list .item-frame {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  position: relative;
  margin-bottom: 8px;
}
.video-list .item-frame i, .storel-list .item-frame i {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  background: url("../images/ico_play.png") center center no-repeat;
  background-size: cover;
  z-index: 9;
}
.video-list .item-frame:after, .storel-list .item-frame:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0px;
  background: url("../images/bg_4.jpg") top center no-repeat;
  width: 100%;
  height: 8px;
  background-size: contain;
}
.video-list .item-name, .storel-list .item-name {
  line-height: 26px;
  color: #999;
}
@media screen and (max-width: 720px) {
  .video-list .item-name, .storel-list .item-name {
    font-size: 14px;
    line-height: 30px;
  }
}
.video-list .item-pic, .storel-list .item-pic {
  overflow: hidden;
}
.video-list .item-pic img, .storel-list .item-pic img {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  display: block;
  width: 226px;
}
@media screen and (max-width: 1226px) {
  .video-list .item-pic img, .storel-list .item-pic img {
    width: 100%;
  }
}
.video-list a:hover .item-pic img, .storel-list a:hover .item-pic img {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.backtop, .backtop-2 {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  background: #cbb084 url("../images/arr_3.png") center center no-repeat;
  background-size: cover;
  display: none;
}
@media screen and (max-width: 720px) {
  .backtop, .backtop-2 {
    width: 40px;
    height: 40px;
  }
}

.merc-cont {
  padding: 14px 0;
}

.merc-list {
  *zoom: 1;
  width: 100%;
  overflow: hidden;
  height: 552px;
}
.merc-list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1120px) {
  .merc-list {
    height: auto;
  }
}

.merc-item {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  width: 12.5%;
  position: relative;
  cursor: pointer;
  float: left;
}
@media screen and (max-width: 1120px) {
  .merc-item {
    width: 46% !important;
    display: block;
    margin: 0 2% 12px;
  }
}
@media screen and (max-width: 640px) {
  .merc-item {
    width: 96% !important;
  }
}

.merc-item-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent url("../img/bg_5.png") repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  .merc-item-mask {
    display: none;
  }
}

.merc-item.active {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.merc-item.active .merc-item-title {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #00418e;
  color: #d47477;
}
.merc-item.active .merc-item-zoom {
  background-color: #00418e;
}
.merc-item.active .merc-item-zoom i {
  background: transparent url("../images/ico_zoom_on.png") left top no-repeat;
}

.merc-item.no-active {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.merc-item-img {
  height: 356px;
  background-position: center center;
  background-size: cover;
}

.merc-item-title {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  height: 76px;
  background-color: #4a4a4a;
  padding-top: 14px;
  text-align: center;
}
.merc-item-title h6 {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 20px;
}

.merc-item-zoom {
  height: 90px;
  background-color: #79a5ff;
  padding-top: 24px;
}
.merc-item-zoom i {
  width: 37px;
  display: block;
  height: 37px;
  margin: 0px auto;
  background: transparent url("../images/ico_zoom.png") left top no-repeat;
}

.affiol-cont {
  font-family: "Sim Sun";
  padding-top: 18px;
}
@media screen and (max-width: 720px) {
  .affiol-cont {
    font-size: 14px;
  }
}
.affiol-cont p {
  line-height: 22px;
  color: #000;
  margin: 0 0 22px 25px;
}
@media screen and (max-width: 720px) {
  .affiol-cont p {
    margin: 0 22px 20px;
  }
}
.affiol-cont p b {
  color: #ff0000;
}

.affiol-list {
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  .affiol-list {
    width: 100%;
  }
}
.affiol-list li {
  min-height: 48px;
  position: relative;
  padding-left: 90px;
  padding-right: 24px;
  line-height: 38px;
  overflow: hidden;
  width: 380px;
}
@media screen and (max-width: 720px) {
  .affiol-list li {
    width: 100%;
  }
}
.affiol-list li .item-ipt, .affiol-list li .calc-list .item-sele, .calc-list .affiol-list li .item-sele {
  height: 38px;
  padding: 4px;
  border: 1px solid #e8e8e8;
  float: left;
  width: 100%;
}
.affiol-list li b {
  color: #ff0000;
  position: absolute;
  top: 0px;
  right: 10px;
}
.affiol-list li .item-label {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  width: 90px;
}
.affiol-list li .btn--submit {
  width: 96px;
  height: 38px;
}
@media screen and (max-width: 720px) {
  .affiol-list li .btn--submit {
    font-size: 14px;
  }
}
.affiol-list li .item-tarea {
  padding: 4px;
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 720px) {
  .affiol-list li .item-tarea {
    width: 100%;
  }
}
.affiol-list li.list-item--ta {
  width: 612px;
}
@media screen and (max-width: 720px) {
  .affiol-list li.list-item--ta {
    width: 100%;
  }
}
.affiol-list li.list-item--ta .item-tarea {
  width: 100%;
}

.market-cont {
  *zoom: 1;
  clear: both;
  margin-bottom: 10px;
  margin-top: 20px;
}
.market-cont:after {
  content: "";
  display: table;
  clear: both;
}
.market-cont .col-1 {
  float: left;
  width: 37%;
  padding-top: 18px;
}
@media screen and (max-width: 720px) {
  .market-cont .col-1 {
    float: none;
    width: 100%;
    font-size: 14px;
  }
}
.market-cont .col-2 {
  float: right;
  width: 62%;
  padding-top: 18px;
}
@media screen and (max-width: 720px) {
  .market-cont .col-2 {
    float: none;
    width: 100%;
  }
}
.market-cont .col-2 #container {
  width: 100%;
  height: 504px;
}
@media screen and (max-width: 720px) {
  .market-cont .col-2 #container {
    height: 300px;
  }
}

.market-list {
  line-height: 25px;
}
.market-list > p {
  border-bottom: 1px solid #e1e1e1;
}
.market-list li {
  *zoom: 1;
  padding: 6px 0 13px;
  border-bottom: 1px solid #e1e1e1;
}
.market-list li:after {
  content: "";
  display: table;
  clear: both;
}
.market-list li h2 {
  color: #3476a8;
}
.market-list li p {
  color: #999;
}

.btn, .affiol-list li .btn--submit, .market-search-btn, .amend-list li .item-btn--submit, .amend-list li .calc-list .item-btn--recalc, .calc-list .amend-list li .item-btn--recalc, .minfo-list li .item-btn--submit, .minfo-list li .calc-list .item-btn--recalc, .calc-list .minfo-list li .item-btn--recalc, .job-cont .job-item-btn, .fb-list li .item-btn--submit, .fb-list li .calc-list .item-btn--recalc, .calc-list .fb-list li .item-btn--recalc, .calc-list .item-btn--submit, .calc-list .item-btn--recalc, .newi-btn .btn--back {
  cursor: pointer;
  background-color: #79a5ff;
  text-align: center;
  border: none;
  color: #fff;
  cursor: pointer;
}

.market-item-btn {
  width: 120px;
  height: 31px;
  cursor: pointer;
  background: url("../images/btn_1.png") 0 0 no-repeat;
  float: left;
  margin-top: 3px;
}

.market-search {
  *zoom: 1;
  margin-bottom: 20px;
}
.market-search:after {
  content: "";
  display: table;
  clear: both;
}

.market-search-btn {
  float: left;
  width: 96px;
  line-height: 38px;
  line-height: 38px;
}

.market-city {
  float: left;
}
.market-city select {
  height: 38px;
  width: 136px;
  border: 1px solid #ededed;
  margin: 0 10px 6px 0;
}

.market-map {
  background: url("../testimg/pic_15.jpg") 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 1226px) {
  .dealer .col {
    padding: 0 2%;
  }
}
.dealer .col-wrap {
  *zoom: 1;
  margin-top: 18px;
  padding-right: 320px;
  position: relative;
}
.dealer .col-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1226px) {
  .dealer .col-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .dealer .col-wrap {
    padding-right: 0px;
  }
}
.dealer .col-2 {
  width: 100%;
  min-height: 675px;
}
.dealer .col-1 {
  width: 320px;
  border-left: 1px solid #e8e8e8;
  padding-left: 18px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 720px) {
  .dealer .col-1 {
    position: static;
    width: 100%;
    padding-left: 0px;
    border-left: none;
  }
}
.dealer .col-1 .menu {
  padding: 24px 22px 19px;
  background-color: #f8f8f8;
  margin-bottom: 16px;
}
.dealer .col-1 .menu a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  display: block;
  background-color: #5987f6;
  line-height: 44px;
  color: #fff;
  margin-bottom: 5px;
}
.dealer .col-1 .menu a i {
  float: left;
  width: 16px;
  height: 16px;
  margin: 14px 12px 0 16px;
  background: 0 0 no-repeat;
}
.dealer .col-1 .menu a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #cbb084;
}
.dealer .col-1 .menu a.menu-item-1 i {
  background-image: url("../images/ico_11.png");
}
.dealer .col-1 .menu a.menu-item-2 i {
  background-image: url("../images/ico_12.png");
}
.dealer .col-1 .menu a.menu-item-3 i {
  background-image: url("../images/ico_13.png");
}
.dealer .col-1 .menu a.menu-item-4 i {
  background-image: url("../images/ico_14.png");
}
.dealer .col-1 .pic {
  display: block;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .dealer .col-1 .pic {
    display: none;
  }
}

.gardenl-cont {
  padding-right: 18px;
  font-family: "Sim Sun";
}
@media screen and (max-width: 720px) {
  .gardenl-cont {
    padding-right: 0px;
  }
}

.gardenl-list {
  margin-bottom: 5px;
}
.gardenl-list li {
  padding: 15px 100px 15px 125px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  display: block;
  position: relative;
  height: 132px;
}
@media screen and (max-width: 520px) {
  .gardenl-list li {
    padding: 12px 60px 18px 0px;
    height: auto;
  }
}
.gardenl-list li .item-time {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  top: 15px;
  left: 0px;
  line-height: 30px;
  font-size: 18px;
  font-family: "Microsoft Yahei";
  color: #9a9a9a;
}
@media screen and (max-width: 520px) {
  .gardenl-list li .item-time {
    position: static;
  }
}
.gardenl-list li .item-cont h2 {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #000;
  font-size: 14px;
  padding: 26px 0 16px 0;
  font-weight: bold;
}
.gardenl-list li .item-cont p {
  color: #999;
}
.gardenl-list li .item-icon {
  width: 38px;
  height: 54px;
  background: url("../images/ico_15.png") 0 0 no-repeat;
  position: absolute;
  top: 42px;
  right: 35px;
}
@media screen and (max-width: 520px) {
  .gardenl-list li .item-icon {
    top: 135px;
    right: 10px;
  }
}
.gardenl-list li:hover .item-time {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #cbb084;
  color: #fff;
}
.gardenl-list li:hover .item-icon {
  background-image: url("../images/ico_15_on.png");
}

.more {
  height: 54px;
  border-bottom: 2px solid #5987f6;
  width: 100%;
  background: #f8f8f8 url("../images/ico_10.png") center center no-repeat;
  display: block;
  clear: both;
}

.amend-list {
  padding-top: 34px;
  font-family: "Sim Sun";
}
.amend-list li {
  position: relative;
  padding-left: 84px;
  min-height: 70px;
}
.amend-list li .item-label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 84px;
  line-height: 48px;
  text-align: right;
  color: #999;
}
.amend-list li .item-ipt, .amend-list li .calc-list .item-sele, .calc-list .amend-list li .item-sele {
  height: 48px;
  padding: 6px;
  border: 1px solid #ddd;
  width: 317px;
}
@media screen and (max-width: 460px) {
  .amend-list li .item-ipt, .amend-list li .calc-list .item-sele, .calc-list .amend-list li .item-sele {
    width: 100%;
  }
}
.amend-list li .item-btn--submit, .amend-list li .calc-list .item-btn--recalc, .calc-list .amend-list li .item-btn--recalc {
  width: 96px;
  height: 38px;
}

.minfo-tip {
  color: #333;
  line-height: 22px;
  position: relative;
  padding: 0 34px;
  float: left;
  position: relative;
  margin: 10px 0 22px 5px;
}
.minfo-tip:before, .minfo-tip:after {
  position: absolute;
  top: 0px;
  width: 22px;
  height: 22px;
  content: "";
  display: block;
}
.minfo-tip:before {
  left: 0px;
  background: url("../images/ico_17.png") 0 0 no-repeat;
}
.minfo-tip:after {
  right: 0px;
  background: url("../images/ico_18.png") 0 0 no-repeat;
}

.minfo-list {
  padding-left: 40px;
  clear: both;
}
@media screen and (max-width: 940px) {
  .minfo-list {
    padding: 0 2% 0 0;
    width: 100%;
  }
}
.minfo-list .list-tip {
  line-height: 24px;
  border: 1px solid #c3cfda;
  background-color: #f9fcff;
  float: left;
  color: #3476a8;
  padding: 0 5px;
  margin-bottom: 22px;
}
.minfo-list .list-tip i {
  background: url("../images/ico_19.jpg") 0 0 no-repeat;
  float: left;
  width: 14px;
  height: 14px;
  margin: 5px 5px 0 0;
}
.minfo-list li {
  min-height: 70px;
  clear: both;
}
.minfo-list li .item-ipt, .minfo-list li .calc-list .item-sele, .calc-list .minfo-list li .item-sele {
  height: 48px;
  padding: 6px;
  border: 1px solid #ddd;
  width: 318px;
  float: left;
}
@media screen and (max-width: 460px) {
  .minfo-list li .item-ipt, .minfo-list li .calc-list .item-sele, .calc-list .minfo-list li .item-sele {
    width: 100%;
  }
}
.minfo-list li .item-sele {
  float: left;
  height: 48px;
  margin-left: 16px;
  border: 1px solid #ddd;
  width: 186px;
  padding: 6px;
}
@media screen and (min-width: 720px) and (max-width: 890px) {
  .minfo-list li .item-sele {
    margin: 22px 0 22px 0;
  }
}
@media screen and (max-width: 551px) {
  .minfo-list li .item-sele {
    margin: 22px 0 22px 0;
  }
}
.minfo-list li .item-btn--submit, .minfo-list li .calc-list .item-btn--recalc, .calc-list .minfo-list li .item-btn--recalc {
  width: 96px;
  height: 38px;
}
@media screen and (max-width: 460px) {
  .minfo-list li .item-btn--submit, .minfo-list li .calc-list .item-btn--recalc, .calc-list .minfo-list li .item-btn--recalc {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.minfo-list .list-item--2 .item-ipt, .minfo-list .list-item--2 .calc-list .item-sele, .calc-list .minfo-list .list-item--2 .item-sele {
  width: 520px;
}
@media screen and (max-width: 890px) {
  .minfo-list .list-item--2 .item-ipt, .minfo-list .list-item--2 .calc-list .item-sele, .calc-list .minfo-list .list-item--2 .item-sele {
    width: 100%;
  }
}

@media screen and (max-width: 1226px) {
  .contact-cont {
    font-size: 14px;
    padding: 3%;
  }
}

.contact-info {
  line-height: 24px;
  font-family: "Sim Sun";
  padding: 10px 0;
}
@media screen and (max-width: 1226px) {
  .contact-info {
    line-height: 2;
  }
}
.contact-info h2 {
  color: #3476a8;
}
.contact-info p {
  color: #999;
}

.contact-map {
  background: url("../testimg/pic_15.jpg") 0 0 no-repeat;
  width: 100%;
  height: 500px;
  background-size: cover;
  margin-bottom: 10px;
}

.job-cont {
  font-family: "Sim Sun";
  padding-top: 20px;
}

.recr-wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 1226px) {
  .recr-wrap {
    padding: 0 2%;
  }
}
.recr-wrap h5 {
  background: url("../img/bg_9.png") repeat-x scroll 0 0 transparent;
  border-color: #79a5ff #dddddd #dddddd;
  border-style: solid;
  border-width: 2px 1px 1px;
  line-height: 26px;
  overflow: hidden;
}
.recr-wrap h5 ul li {
  float: left;
  padding-right: 1px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.recr-wrap h5 ul li span {
  border-right: 1px solid #dddddd;
  bottom: 0;
  height: 9px;
  position: absolute;
  right: 0;
}

.recr-list {
  margin-top: 2px;
}
.recr-list > li {
  border-bottom: 1px solid #eaeaea;
}
.recr-list .recr-item.active .recr-txt {
  display: block;
}
.recr-list ul {
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #fff;
  line-height: 26px;
}
.recr-list ul li {
  float: left;
  padding-right: 1px;
  text-align: center;
  line-height: 32px;
}
.recr-list ul li a {
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.recr-list ul li a i {
  width: 13px;
  display: inline-block;
  height: 13px;
  background: url("../images/sprite_14.png") -10px -17px no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.recr-list ul li a:hover {
  color: #00418e;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.recr-txt {
  overflow: hidden;
  display: none;
}
.recr-txt a.recr-btn {
  display: block;
  float: right;
  line-height: 35px;
  width: 114px;
  margin: 0 1% 20px 0;
  background: #e20005;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: 'Microsoft Yahei','sans-serif';
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.recr-txt dl {
  line-height: 24px;
  margin: 0 0 10px 1%;
}
.recr-txt dl dt {
  font-weight: bold;
  line-height: 34px;
  padding: 0 1%;
  margin-bottom: 6px;
}
.recr-txt dl dd {
  line-height: 24px;
  padding: 0 1%;
}

.recr-item li em {
  background: url("../images/sprite_14.png") 0 -17px no-repeat;
  display: inline-block;
  height: 9px;
  width: 10px;
  margin-left: 2px;
}

.recr-show {
  *zoom: 1;
  font-family: 'Microsoft Yahei','sans-serif';
  position: relative;
  padding: 60px 0 0 337px;
  min-height: 300px;
  margin-bottom: 10px;
}
.recr-show:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.recr-show-pic {
  position: absolute;
  top: 0px;
  left: 0px;
}

.recr-item-no {
  width: 6%;
}

.recr-item-pos {
  width: 14%;
}

.recr-item-comp {
  width: 20%;
}

.recr-item-sar {
  width: 12%;
}

.recr-item-quan {
  width: 12%;
}

.recr-item-loc {
  width: 12%;
}

.recr-item-pub {
  width: 12%;
}

.recr-item-ope {
  width: 12%;
}

@media screen and (max-width: 720px) {
  .recr-item-no {
    width: 10%;
  }

  .recr-item-pos {
    width: 28%;
  }

  .recr-item-comp {
    display: none;
  }

  .recr-item-sar {
    width: 20%;
  }

  .recr-item-quan {
    display: none;
  }

  .recr-item-loc {
    width: 20%;
  }

  .recr-item-pub {
    display: none;
  }

  .recr-item-ope {
    width: 22%;
  }
}
.job-cont .job-form {
  padding: 18px 0 18px 40px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}
@media screen and (max-width: 1226px) {
  .job-cont .job-form {
    padding: 2%;
    font-size: 14px;
  }
}
.job-cont .job-list {
  width: 700px;
}
@media screen and (max-width: 720px) {
  .job-cont .job-list {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .job-cont .job-list li {
    width: 100%;
    padding-right: 0px;
  }
}
.job-cont .job-item, .job-cont .job-item--keyword, .job-cont .job-item--ocup, .job-cont .job-item--loca, .job-cont .job-item--comp {
  min-height: 38px;
  padding-left: 88px;
  position: relative;
  line-height: 28px;
}
.job-cont .job-item-ipt, .job-cont .job-item-sele {
  width: 100%;
  height: 28px;
  padding: 4px;
  border: 1px solid #ededed;
  float: left;
}
.job-cont .job-item-note {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #c0c0c0;
}
@media screen and (max-width: 480px) {
  .job-cont .job-item-note {
    position: static;
  }
}
.job-cont .job-item-label {
  width: 88px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
}
@media screen and (max-width: 460px) {
  .job-cont .job-item-sele {
    width: 100% !important;
  }
}
@media screen and (max-width: 460px) {
  .job-cont .city-sele .job-item-sele {
    margin-bottom: 10px;
  }
}
.job-cont .job-item--keyword {
  padding-right: 160px;
}
.job-cont .job-item--ocup {
  float: left;
}
.job-cont .job-item--loca {
  float: left;
}
.job-cont .job-item--loca .job-item-sele {
  width: auto;
  width: 110px;
  margin-right: 3px;
}
@media screen and (max-width: 350px) {
  .job-cont .job-item--loca .job-item-sele {
    width: 100px;
  }
}
.job-cont .job-item--comp {
  clear: both;
}
.job-cont .job-item--comp .job-item-ipt, .job-cont .job-item--comp .job-item-sele {
  width: 226px;
}
@media screen and (max-width: 330px) {
  .job-cont .job-item--comp .job-item-ipt, .job-cont .job-item--comp .job-item-sele {
    width: 100%;
  }
}
@media screen and (max-width: 330px) {
  .job-cont .job-item--comp .job-item-sele {
    margin-right: 10px;
  }
}
.job-cont .job-item-btn {
  margin-left: 88px;
  width: 150px;
  height: 35px;
}

.fb-cont {
  font-family: "Sim Sun";
  padding-top: 18px;
}
@media screen and (max-width: 720px) {
  .fb-cont {
    font-size: 14px;
    padding: 2%;
  }
}

.fb-tip {
  line-height: 2;
  color: #333;
  position: relative;
  padding: 20px 40px;
  margin-left: 26px;
  width: 870px;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .fb-tip {
    width: 100%;
    margin: 0px;
  }
}
@media screen and (max-width: 720px) {
  .fb-tip {
    font-size: 12px;
    margin: 10px 0 30px;
  }
}
.fb-tip:before, .fb-tip:after {
  position: absolute;
  width: 22px;
  height: 22px;
  content: "";
  display: block;
}
.fb-tip:before {
  left: 0px;
  background: url("../images/ico_17.png") 0 0 no-repeat;
  top: 0px;
}
.fb-tip:after {
  right: 0px;
  background: url("../images/ico_18.png") 0 0 no-repeat;
  bottom: 0px;
}

.fb-list li {
  position: relative;
  padding-left: 90px;
  padding-right: 25px;
  min-height: 48px;
  line-height: 38px;
  width: 378px;
}
@media screen and (max-width: 720px) {
  .fb-list li {
    width: 100%;
  }
}
.fb-list li b {
  color: #ff0000;
  position: absolute;
  top: 0px;
  right: 10px;
}
.fb-list li .item-label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90px;
  text-align: right;
}
.fb-list li .item-ipt, .fb-list li .calc-list .item-sele, .calc-list .fb-list li .item-sele {
  height: 38px;
  border: 1px solid #e8e8e8;
  padding: 4px;
  width: 100%;
}
.fb-list li .item-btn--submit, .fb-list li .calc-list .item-btn--recalc, .calc-list .fb-list li .item-btn--recalc {
  width: 96px;
  height: 38px;
  float: left;
}
.fb-list li.list-item--2 {
  width: 740px;
}
@media screen and (max-width: 720px) {
  .fb-list li.list-item--2 {
    width: 100%;
  }
}
.fb-list li.list-item--2 .item-tarea {
  border: 1px solid #e8e8e8;
  padding: 4px;
  width: 100%;
}
.fb-list .item-btn--submit, .fb-list .calc-list .item-btn--recalc, .calc-list .fb-list .item-btn--recalc {
  font-size: 14px;
}

.calc-cont {
  padding: 18px 0 0 18px;
  font-family: "Sim Sun";
}
@media screen and (max-width: 1226px) {
  .calc-cont {
    padding: 3%;
    font-size: 14px;
  }
}

.calc-tab .tab-hd {
  *zoom: 1;
  margin-bottom: 38px;
}
.calc-tab .tab-hd:after {
  content: "";
  display: table;
  clear: both;
}
.calc-tab .tab-hd > li {
  float: left;
  line-height: 38px;
  margin-right: 1px;
  background-color: #e8e8e8;
  padding: 0 16px;
  cursor: pointer;
}
.calc-tab .tab-hd > li.current {
  background-color: #79a5ff;
  color: #fff;
}
.calc-tab .tab-bd-item {
  display: none;
}

.calc-list {
  color: #999;
}
.calc-list li {
  min-height: 70px;
  padding-left: 88px;
  position: relative;
  width: 405px;
}
@media screen and (max-width: 1226px) {
  .calc-list li {
    padding-left: 100px;
  }
}
@media screen and (max-width: 440px) {
  .calc-list li {
    width: 100%;
  }
}
.calc-list .item-label {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 48px;
  width: 88px;
  text-align: right;
}
@media screen and (max-width: 1226px) {
  .calc-list .item-label {
    width: 100px;
  }
}
.calc-list .item-ipt, .calc-list .item-sele {
  width: 100%;
  height: 48px;
  border: 1px solid #dddddd;
  padding: 6px;
}
@media screen and (max-width: 720px) {
  .calc-list .item-ipt, .calc-list .item-sele {
    font-size: 14px;
  }
}
.calc-list .item-sele {
  color: #999;
}
@media screen and (max-width: 720px) {
  .calc-list .item-sele {
    font-size: 14px;
  }
}
.calc-list .item-btn--submit, .calc-list .item-btn--recalc {
  float: left;
  width: 95px;
  height: 38px;
  margin-right: 16px;
  line-height: 38px;
}
@media screen and (max-width: 720px) {
  .calc-list .item-btn--submit, .calc-list .item-btn--recalc {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .calc-list .item-btn--submit, .calc-list .item-btn--recalc {
    margin-right: 10px;
  }
}
.calc-list .item-btn--recalc {
  background-color: #e8e8e8;
  color: #666;
}
@media screen and (max-width: 720px) {
  .calc-list .item-btn--recalc {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .calc-list .item-btn--recalc {
    margin-right: 0px;
  }
}

.calc-tip, .calc-result .result-tip {
  line-height: 2;
  color: #999;
  padding: 0 0 0 33px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1226px) {
  .calc-tip, .calc-result .result-tip {
    font-size: 12px;
  }
}
.calc-tip i, .calc-result .result-tip i {
  width: 26px;
  height: 26px;
  position: absolute;
  background: url("../images/ico_21.png") 0 0 no-repeat;
  top: 0px;
  left: 0px;
}

.calc-result {
  padding: 0 20px 0 24px;
  font-family: "Sim Sun";
  width: 458px;
  display: none;
}
@media screen and (max-width: 1226px) {
  .calc-result {
    font-size: 12px;
    width: 100%;
  }
}
.calc-result .result-tit {
  padding: 22px 0;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.calc-result .result-tip {
  margin-bottom: 20px;
}
.calc-result .result-info {
  line-height: 24px;
  padding: 0 0 0 74px;
  position: relative;
}
.calc-result .result-info i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px;
  height: 56px;
  background: url("../images/ico_20.jpg") 0 0 no-repeat;
}
.calc-result .result-info b {
  color: #79a5ff;
  font-size: 24px;
  font-family: "Arial";
  display: inline-block;
  vertical-align: middle;
}
.calc-result .result-info dd {
  margin-bottom: 10px;
}

@media screen and (max-width: 1226px) {
  .csense-cont {
    padding: 2%;
  }
}

.csense-list {
  width: 1240px;
  *zoom: 1;
  padding-top: 23px;
}
.csense-list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1226px) {
  .csense-list {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .csense-list {
    font-size: 14px;
  }
}
.csense-list li {
  float: left;
  padding: 0 14px 14px 0;
}
@media screen and (max-width: 1226px) {
  .csense-list li {
    padding: 0 1% 2%;
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .csense-list li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 720px) {
  .csense-list li {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .csense-list li {
    width: 100%;
  }
}
.csense-list li a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  display: block;
  padding: 22px 17px 22px;
  border: 1px solid #e8e8e8;
  width: 296px;
  line-height: 24px;
}
@media screen and (max-width: 1226px) {
  .csense-list li a {
    width: 100%;
    height: auto;
    padding: 4%;
  }
}
.csense-list li a > div {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.csense-list li a .item-pic {
  margin-bottom: 18px;
}
.csense-list li a .item-pic img {
  display: block;
  width: 100%;
  height: 157px;
}
.csense-list li a .item-tit {
  font-weight: bold;
  margin-bottom: 10px;
}
.csense-list li a .item-time {
  color: #999;
}
.csense-list li a .item-txt {
  color: #999;
}
.csense-list li a .item-more {
  width: 68px;
  text-align: center;
  line-height: 21px;
  background-color: #c3c3c3;
  margin-top: 24px;
  color: #fff;
}
.csense-list li a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #79a5ff;
  color: #fff;
}
.csense-list li a:hover > div {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.csense-list li a:hover .item-time {
  color: #fff;
}
.csense-list li a:hover .item-txt {
  color: #fff;
}
.csense-list li a:hover .item-more {
  color: #79a5ff;
  background-color: #fff;
}

.newi-bg {
  background-color: #f2f2f2;
}

.newi-cont {
  -moz-box-shadow: 0px 0px 4px 1px #e3e3e3;
  -webkit-box-shadow: 0px 0px 4px 1px #e3e3e3;
  box-shadow: 0px 0px 4px 1px #e3e3e3;
  background-color: #fff;
  padding: 42px 72px 35px;
  font-family: "Sim Sun";
  margin-bottom: 60px;
}
@media screen and (max-width: 1226px) {
  .newi-cont {
    padding: 3%;
    margin-bottom: 20px;
  }
}
.newi-cont .bdsharebuttonbox {
  padding: 11px 0 11px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .newi-cont .bdsharebuttonbox {
    display: none;
  }
}
.newi-cont .bdsharebuttonbox a {
  display: inline-block;
  float: none;
}

.newi-hd {
  text-align: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 1226px) {
  .newi-hd h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.newi-tit {
  line-height: 26px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.newi-publ {
  line-height: 22px;
  color: #999;
}

.newi-txt {
  color: #666;
  padding: 26px 0;
}
@media screen and (max-width: 720px) {
  .newi-txt img{width: 100%;}
}
.newi-page {
  line-height: 24px;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 1226px) {
  .newi-page {
    font-size: 14px;
    line-height: 26px;
  }
}
.newi-page a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.newi-page a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #00418e;
}

.newi-btn {
  text-align: center;
  margin: 26px 0;
}
.newi-btn .btn--back {
  width: 97px;
  line-height: 35px;
  color: #fff;
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.newi-oper {
  text-align: center;
  line-height: 22px;
}
.newi-oper a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.newi-oper a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #00418e;
}

.integ-cont {
  padding: 32px 0;
  font-family: "Sim Sun";
}
@media screen and (max-width: 1226px) {
  .integ-cont {
    padding: 2%;
  }
}

.integ-txt .img-1 {
  float: left;
}
@media screen and (max-width: 1226px) {
  .integ-txt .img-1 {
    width: 49%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 640px) {
  .integ-txt .img-1 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.integ-txt .img-2 {
  float: right;
}
@media screen and (max-width: 1226px) {
  .integ-txt .img-2 {
    width: 49%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 640px) {
  .integ-txt .img-2 {
    width: 100%;
    margin-right: 0px;
  }
}
.integ-txt h2 {
  text-align: center;
  color: #333;
  padding: 26px 0;
  clear: both;
  font-size: 20px;
  font-family: "Microsoft Yahei";
}
@media screen and (max-width: 1226px) {
  .integ-txt .img-3, .integ-txt .img-4, .integ-txt .img-5 {
    float: left;
    width: 32%;
    margin: 0 0.5%;
  }
}
@media screen and (max-width: 720px) {
  .integ-txt .img-3, .integ-txt .img-4, .integ-txt .img-5 {
    width: 100%;
    margin-bottom: 1%;
  }
}
.integ-txt .img-6 {
  width: 100%;
}

.dl-1, .dl-2 {
  padding-left: 56px;
  position: relative;
  margin-bottom: 16px;
}
.dl-1 b, .dl-2 b {
  font-weight: bold;
}
.dl-1 dt, .dl-2 dt {
  color: #343434;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
}
.dl-1 dt i, .dl-2 dt i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 42px;
  line-height: 42px;
  background: url(../images/dot-1.png) 0 0 no-repeat;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Arial";
}

.dl-2 {
  padding-left: 0px;
}

.integl-cont {
  padding: 20px 0;
}
@media screen and (max-width: 1226px) {
  .integl-cont {
    padding: 20px 2%;
  }
}

.integl-tit {
  text-align: center;
  color: #818181;
  font-family: "Microsoft Yahei";
  font-size: 18px;
  padding: 20px 0;
}
@media screen and (max-width: 1226px) {
  .integl-tit {
    font-size: 18px;
  }
}

.integl-list {
  *zoom: 1;
  width: 1248px;
}
.integl-list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1226px) {
  .integl-list {
    width: 100%;
    font-size: 14px;
  }
}
.integl-list li {
  float: left;
  padding: 0 20px 20px 0;
}
@media screen and (max-width: 1226px) {
  .integl-list li {
    width: 25%;
    padding: 0 3% 3% 0;
  }
}
@media screen and (max-width: 920px) {
  .integl-list li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 640px) {
  .integl-list li {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .integl-list li {
    width: 100%;
  }
}
.integl-list li a {
  -moz-box-shadow: 5px 5px 0px 0px #e8e8e8;
  -webkit-box-shadow: 5px 5px 0px 0px #e8e8e8;
  box-shadow: 5px 5px 0px 0px #e8e8e8;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 10px 10px 0;
}
@media screen and (max-width: 1226px) {
  .integl-list li a {
    padding: 3% 3% 0;
  }
}
.integl-list li a .item-txt {
  text-align: center;
  line-height: 24px;
  padding: 8px 0;
}
.integl-list li a .item-txt h2 {
  font-weight: bold;
}
.integl-list li a .item-txt p {
  color: #999;
}
.integl-list li a .item-pic {
  height: 190px;
}
@media screen and (max-width: 1226px) {
  .integl-list li a .item-pic {
    height: auto;
  }
}
.integl-list li a .item-pic img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1227px) {
  .integl-list li a .item-pic img {
    width: 270px !important;
  }
}
.integl-list li a .item-bt {
  *zoom: 1;
  border-top: 1px solid #e8e8e8;
  padding: 8px 0;
}
.integl-list li a .item-bt:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1226px) {
  .integl-list li a .item-bt {
    font-size: 12px;
  }
}
.integl-list li a .item-bt span {
  float: left;
}
.integl-list li a .item-bt i {
  float: right;
  width: 14px;
  height: 15px;
  background: url("../images/ico_file.jpg") 0 0 no-repeat;
}

.proi-cont {
  font-family: "Sim Sun";
  padding: 20px 0 0;
}

.proi-tit {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 640px) {
  .proi-tit {
    font-size: 18px;
  }
}

.proi-slide {
  margin: 0 auto 27px;
  width: 600px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .proi-slide {
    width: 90%;
  }
}
.proi-slide .customNavigation {
  position: relative;
  width: 354px;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .proi-slide .customNavigation {
    display: none;
  }
}
.proi-slide .customNavigation .btn, .proi-slide .customNavigation .affiol-list li .btn--submit, .affiol-list li .proi-slide .customNavigation .btn--submit, .proi-slide .customNavigation .market-search-btn, .proi-slide .customNavigation .amend-list li .item-btn--submit, .amend-list li .proi-slide .customNavigation .item-btn--submit, .proi-slide .customNavigation .minfo-list li .item-btn--submit, .minfo-list li .proi-slide .customNavigation .item-btn--submit, .proi-slide .customNavigation .job-cont .job-item-btn, .job-cont .proi-slide .customNavigation .job-item-btn, .proi-slide .customNavigation .fb-list li .item-btn--submit, .fb-list li .proi-slide .customNavigation .item-btn--submit, .proi-slide .customNavigation .calc-list .item-btn--submit, .calc-list .proi-slide .customNavigation .item-btn--submit, .proi-slide .customNavigation .calc-list .item-btn--recalc, .calc-list .proi-slide .customNavigation .item-btn--recalc, .proi-slide .customNavigation .newi-btn .btn--back, .newi-btn .proi-slide .customNavigation .btn--back {
  position: absolute;
  width: 35px;
  height: 35px;
  background: transparent url(../images/sprite_5.png) no-repeat;
  font-size: 0px;
  z-index: 1;
}
.proi-slide .customNavigation .prev {
  background-position: 0 0;
  left: 0px;
  bottom: 30px;
}
.proi-slide .customNavigation .next {
  background-position: -38px 0;
  right: 0px;
  bottom: 30px;
}

.proi-pic {
  margin-bottom: 14px;
  border: 1px solid #e8e8e8;
}
.proi-pic img {
  display: block;
  width: 100%;
}

.proi-owl {
  padding: 0 35px;
  width: 354px;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .proi-owl {
    padding: 0px;
    width: 100%;
  }
}
.proi-owl .owl-controls {
  display: none;
}
.proi-owl .item {
  display: block;
  margin: 0 auto;
  width: 120px;
  cursor: pointer;
  height: 95px;
  position: relative;
  overflow: hidden;
}
.proi-owl .item img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120px;
}
.proi-owl .item.active {
  border: 3px solid #79a5ff;
}
.proi-owl .item.active img {
  top: -3px;
  left: -3px;
}

.proi-tab {
  width: 846px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1226px) {
  .proi-tab {
    font-size: 14px;
  }
}
@media screen and (max-width: 860px) {
  .proi-tab {
    padding: 0 2%;
    width: 100%;
  }
}
.proi-tab .tab-hd {
  *zoom: 1;
}
.proi-tab .tab-hd:after {
  content: "";
  display: table;
  clear: both;
}
.proi-tab .tab-hd li {
  width: 126px;
  line-height: 44px;
  background-color: #dcdde1;
  color: #333;
  text-align: center;
  margin-right: 3px;
  float: left;
  cursor: pointer;
}
.proi-tab .tab-hd li.current {
  background-color: #00418e;
  color: #fff;
}
.proi-tab .tab-bd-item {
  padding: 10px 0;
}

.btn--back-list {
  line-height: 52px;
  height: 54px;
  background-color: #f8f8f8;
  text-align: center;
  color: #666;
  font-weight: bold;
  border-bottom: 2px solid #79a5ff;
  display: block;
  clear: both;
  margin-top: 10px;
}

.prol-cont {
  padding: 30px 0 0;
}
@media screen and (max-width: 1226px) {
  .prol-cont {
    padding: 20px 2% 0;
  }
}

.prol-list {
  *zoom: 1;
  width: 1234px;
  margin-bottom: 30px;
}
.prol-list:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1226px) {
  .prol-list {
    width: 100%;
  }
}
.prol-list li {
  width: 308px;
  float: left;
  padding: 0 8px 8px 0;
}
@media screen and (max-width: 1226px) {
  .prol-list li {
    width: 25%;
  }
}
@media screen and (max-width: 790px) {
  .prol-list li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 600px) {
  .prol-list li {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .prol-list li {
    width: 100%;
  }
}
.prol-list li .list-item {
  display: block;
  border: 1px solid #e8e8e8;
}
.prol-list li .item-pic {
  margin-bottom: 18px;
}
.prol-list li .item-pic img {
  display: block;
  width: 100%;
}
.prol-list li .item-tit {
  color: #00418e;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}
.prol-list li .item-txt {
  color: #333;
  height: 96px;
  overflow: hidden;
}
.prol-list li .item-info {
  padding: 18px 30px;
  line-height: 24px;
}
@media screen and (max-width: 1226px) {
  .prol-list li .item-info {
    padding: 18px 10%;
  }
}
.prol-list li .item-btm {
  background-color: #f5f5f7;
  padding: 25px 28px;
  border-top: 1px solid #e8e8e8;
}
@media screen and (max-width: 1226px) {
  .prol-list li .item-btm {
    padding: 25px 9.3%;
  }
}
.prol-list li .item-btn--more {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  background-color: #00418e;
  color: #fff;
  line-height: 52px;
  text-align: center;
}
@media screen and (max-width: 1226px) {
  .prol-list li .item-btn--more {
    font-size: 14px;
  }
}

.fp-tableCell {
  padding-top: 82px;
}

.section-wrap {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 82px;
  font-family: "Sim Sun";
}
@media screen and (max-width: 720px) {
  .section-wrap {
    padding-top: 50px;
  }
}
.section-wrap .section-txt {
  text-align: center;
  height: 280px;
}
@media screen and (max-width: 720px) {
  .section-wrap .section-txt {
    font-family: "Microsoft Yahei";
  }
}
.section-wrap .section-txt h2 {
  font-size: 60px;
}
@media screen and (max-width: 720px) {
  .section-wrap .section-txt h2 {
    font-size: 30px;
  }
}
.section-wrap .section-txt a {
  display: inline-block;
  background-color: #79a5ff;
  line-height: 38px;
  width: 120px;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.section-wrap .section-txt a i {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../images/ico_22.png") 0 0 no-repeat;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.section-wrap .section-bg {
  background-size: cover;
  background-position: center center;
}
.section-wrap .section-bg--full {
  position: absolute;
  top: 82px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 720px) {
  .section-wrap .section-bg--full {
    top: 50px;
  }
}

.pro .section-txt {
  padding: 56px 0 57px;
}
.pro .section-txt h2 {
  line-height: 84px;
}
@media screen and (max-width: 720px) {
  .pro .section-txt h2 {
    line-height: 42px;
  }
}
.pro .section-txt p {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 720px) {
  .pro .section-txt p {
    font-size: 18px;
    line-height: 20px;
  }
}
.pro .section--2, .pro .section--3, .pro .home .section--6, .home .pro .section--6, .pro .swipe--home .section--6, .swipe--home .pro .section--6, .pro .section--4 {
  position: relative;
}
.pro .section--2 .section-txt, .pro .section--3 .section-txt, .pro .home .section--6 .section-txt, .home .pro .section--6 .section-txt, .pro .swipe--home .section--6 .section-txt, .swipe--home .pro .section--6 .section-txt, .pro .section--4 .section-txt {
  position: absolute;
  top: 82px;
  height: 280px;
  background-color: #fff;
  width: 100%;
  color: #515151;
}
@media screen and (max-width: 720px) {
  .pro .section--2 .section-txt, .pro .section--3 .section-txt, .pro .home .section--6 .section-txt, .home .pro .section--6 .section-txt, .pro .swipe--home .section--6 .section-txt, .swipe--home .pro .section--6 .section-txt, .pro .section--4 .section-txt {
    top: 50px;
    height: 200px;
    padding: 30px 0;
  }
}
.pro .section--2 .section-bg, .pro .section--3 .section-bg, .pro .home .section--6 .section-bg, .home .pro .section--6 .section-bg, .pro .swipe--home .section--6 .section-bg, .swipe--home .pro .section--6 .section-bg, .pro .section--4 .section-bg {
  position: absolute;
  width: 100%;
  top: 362px;
}
@media screen and (max-width: 720px) {
  .pro .section--2 .section-bg, .pro .section--3 .section-bg, .pro .home .section--6 .section-bg, .home .pro .section--6 .section-bg, .pro .swipe--home .section--6 .section-bg, .swipe--home .pro .section--6 .section-bg, .pro .section--4 .section-bg {
    top: 250px;
  }
}
.pro .section--1 .main {
  position: relative;
  z-index: 2;
}
.pro .section--1 .section-txt {
  padding: 50px 0;
  background-color: transparent;
  color: #fff;
  position: static;
  padding-top: 108px;
}
@media screen and (max-width: 720px) {
  .pro .section--1 .section-txt {
    padding: 50px 0;
  }
}
.pro .section--1 .part-1-1 {
  margin-bottom: 22px;
}
.pro .section--1 .part-1-2 {
  margin-bottom: 33px;
}
.pro .section--1 .section-bg {
  background-image: url("../testimg/pro/pic_21.jpg");
}
@media screen and (max-width: 720px) {
  .pro .section--1 .section-bg {
    background-image: url("../testimg/pro/pic_21_s.jpg");
  }
}
.pro .section--2 .section-bg {
  background-image: url("../testimg/pro/pic_22.jpg");
}
@media screen and (max-width: 720px) {
  .pro .section--2 .section-bg {
    background-image: url("../testimg/pro/pic_22_s.jpg");
  }
}
.pro .section--2 .part-2-1 {
  margin-bottom: 21px;
}
.pro .section--2 .part-2-2 {
  margin-bottom: 21px;
}
.pro .section--3 .section-bg, .pro .home .section--6 .section-bg, .home .pro .section--6 .section-bg, .pro .swipe--home .section--6 .section-bg, .swipe--home .pro .section--6 .section-bg {
  background-image: url("../testimg/pro/pic_23.jpg");
}
@media screen and (max-width: 720px) {
  .pro .section--3 .section-bg, .pro .home .section--6 .section-bg, .home .pro .section--6 .section-bg, .pro .swipe--home .section--6 .section-bg, .swipe--home .pro .section--6 .section-bg {
    background-image: url("../testimg/pro/pic_23_s.jpg");
  }
}
.pro .section--3 .part-3-1, .pro .home .section--6 .part-3-1, .home .pro .section--6 .part-3-1, .pro .swipe--home .section--6 .part-3-1, .swipe--home .pro .section--6 .part-3-1 {
  margin-bottom: 21px;
}
.pro .section--3 .part-3-2, .pro .home .section--6 .part-3-2, .home .pro .section--6 .part-3-2, .pro .swipe--home .section--6 .part-3-2, .swipe--home .pro .section--6 .part-3-2 {
  margin-bottom: 21px;
}
.pro .section--4 .section-bg {
  background-image: url("../testimg/pro/pic_24.jpg");
}
@media screen and (max-width: 720px) {
  .pro .section--4 .section-bg {
    background-image: url("../testimg/pro/pic_24_s.jpg");
  }
}
.pro .section--4 .part-4-1 {
  margin-bottom: 24px;
}
.pro .section--4 .part-4-2 {
  margin-bottom: 21px;
}

.color .section-wrap {
  position: static;
  padding-top: 0px;
}
.color .section--1 .section-wrap {
  padding-top: 82px;
}
.color .section--1 .section-wrap .main {
  height: 100%;
}
.color .section--1 .section-wrap .section-txt {
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -120px 0 0 -140px;
  z-index: 6;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .color .section--1 .section-wrap .section-txt {
    top: 50%;
    left: 55%;
  }
}
.color .section--1 .section-wrap .section-txt h2 {
  margin-bottom: 20px;
}
.color .section--1 .section-wrap .section-txt p {
  font-size: 12px;
  font-family: "Sim Sun";
  line-height: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.color .section--1 .section-wrap .part-1-1 {
  margin-bottom: 28px;
}
.color .section--1 .section-wrap .section-bg {
  background-image: url("../testimg/pic_29.jpg");
}
.color .section--2 .section-wrap .section-txt {
  padding: 40px 0 0;
}
@media screen and (max-width: 720px) {
  .color .section--2 .section-wrap .section-txt {
    padding: 20px 0;
    height: 200px;
  }
}
.color .section--2 .section-wrap .section-txt h2 {
  line-height: 84px;
  margin-bottom: 15px;
}
@media screen and (max-width: 720px) {
  .color .section--2 .section-wrap .section-txt h2 {
    line-height: 42px;
    margin-bottom: 10px;
  }
}
.color .section--2 .section-wrap .section-txt p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 720px) {
  .color .section--2 .section-wrap .section-txt p {
    margin-bottom: 10px;
  }
}
.color .section--2 .section-wrap .part-2-1 {
  margin-bottom: 32px;
}
.color .section--2 .section-wrap .section-bg {
  background-color: #f1eff2;
  padding: 0.8% 0 0;
}
.color .section--2 .tab-hd {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 331px;
  line-height: 40px;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 370px) {
  .color .section--2 .tab-hd {
    width: 90%;
  }
}
.color .section--2 .tab-hd li {
  float: left;
  text-align: center;
  width: 50%;
  cursor: pointer;
}
.color .section--2 .tab-hd li.hd-item--fst {
  border-right: 1px solid #d9d9d9;
}
.color .section--2 .tab-hd li.current {
  background-color: #f1f1f1;
}
.color .section--2 .card-list {
  *zoom: 1;
}
.color .section--2 .card-list:after {
  content: "";
  display: table;
  clear: both;
}
.color .section--2 .card-list li {
  float: left;
  width: 16.66666%;
}
@media screen and (max-width: 1024px) {
  .color .section--2 .card-list li {
    width: 20%;
  }
}
@media screen and (max-width: 860px) {
  .color .section--2 .card-list li {
    width: 25%;
  }
}
@media screen and (max-width: 690px) {
  .color .section--2 .card-list li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 520px) {
  .color .section--2 .card-list li {
    width: 50%;
  }
}
.color .section--2 .card-list .card-item-img {
  height: 190px;
}
@media screen and (min-width: 1681px) {
  .color .section--2 .card-list .card-item-img {
    height: 230px;
  }
}
@media screen and (max-width: 1680px) {
  .color .section--2 .card-list .card-item-img {
    height: 190px;
  }
}
@media screen and (max-width: 1440px) {
  .color .section--2 .card-list .card-item-img {
    height: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .color .section--2 .card-list .card-item-img {
    height: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .color .section--2 .card-list .card-item-img {
    height: 150px;
  }
}
@media screen and (max-width: 340px) {
  .color .section--2 .card-list .card-item-img {
    height: 130px;
  }
}
.color .section--3 .section-wrap .main, .color .home .section--6 .section-wrap .main, .home .color .section--6 .section-wrap .main, .color .swipe--home .section--6 .section-wrap .main, .swipe--home .color .section--6 .section-wrap .main {
  width: 736px;
}
@media screen and (max-width: 760px) {
  .color .section--3 .section-wrap .main, .color .home .section--6 .section-wrap .main, .home .color .section--6 .section-wrap .main, .color .swipe--home .section--6 .section-wrap .main, .swipe--home .color .section--6 .section-wrap .main {
    width: 100%;
  }
}
.color .section--3 .section-wrap .section-txt, .color .home .section--6 .section-wrap .section-txt, .home .color .section--6 .section-wrap .section-txt, .color .swipe--home .section--6 .section-wrap .section-txt, .swipe--home .color .section--6 .section-wrap .section-txt {
  padding: 47px 0 0;
}
@media screen and (max-width: 720px) {
  .color .section--3 .section-wrap .section-txt, .color .home .section--6 .section-wrap .section-txt, .home .color .section--6 .section-wrap .section-txt, .color .swipe--home .section--6 .section-wrap .section-txt, .swipe--home .color .section--6 .section-wrap .section-txt {
    padding: 20px 0;
    height: 232px;
  }
}
.color .section--3 .section-wrap .section-txt h2, .color .home .section--6 .section-wrap .section-txt h2, .home .color .section--6 .section-wrap .section-txt h2, .color .swipe--home .section--6 .section-wrap .section-txt h2, .swipe--home .color .section--6 .section-wrap .section-txt h2 {
  line-height: 84px;
  margin-bottom: 15px;
}
@media screen and (max-width: 720px) {
  .color .section--3 .section-wrap .section-txt h2, .color .home .section--6 .section-wrap .section-txt h2, .home .color .section--6 .section-wrap .section-txt h2, .color .swipe--home .section--6 .section-wrap .section-txt h2, .swipe--home .color .section--6 .section-wrap .section-txt h2 {
    line-height: 42px;
    margin-bottom: 6px;
  }
}
.color .section--3 .section-wrap .section-txt p, .color .home .section--6 .section-wrap .section-txt p, .home .color .section--6 .section-wrap .section-txt p, .color .swipe--home .section--6 .section-wrap .section-txt p, .swipe--home .color .section--6 .section-wrap .section-txt p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 26px;
}
@media screen and (max-width: 720px) {
  .color .section--3 .section-wrap .section-txt p, .color .home .section--6 .section-wrap .section-txt p, .home .color .section--6 .section-wrap .section-txt p, .color .swipe--home .section--6 .section-wrap .section-txt p, .swipe--home .color .section--6 .section-wrap .section-txt p {
    margin-bottom: 10px;
  }
}
.color .section--3 .section-wrap .part-3-1, .color .home .section--6 .section-wrap .part-3-1, .home .color .section--6 .section-wrap .part-3-1, .color .swipe--home .section--6 .section-wrap .part-3-1, .swipe--home .color .section--6 .section-wrap .part-3-1 {
  margin-bottom: 34px;
}
.color .section--3 .section-wrap .section-bg, .color .home .section--6 .section-wrap .section-bg, .home .color .section--6 .section-wrap .section-bg, .color .swipe--home .section--6 .section-wrap .section-bg, .swipe--home .color .section--6 .section-wrap .section-bg {
  background-image: url("../testimg/pic_30.jpg");
}

.integ .section-txt h2 {
  line-height: 84px;
  margin-bottom: 15px;
}
@media screen and (max-width: 720px) {
  .integ .section-txt h2 {
    line-height: 42px;
  }
}
.integ .section--1 .section-wrap .main {
  height: 100%;
}
.integ .section--1 .section-wrap .part-1-1 {
  margin-bottom: 38px;
}
.integ .section--1 .section-wrap .part-1-2 {
  margin-bottom: 65px;
}
.integ .section--1 .section-wrap .section-txt {
  position: absolute;
  padding: 40px 0;
  top: 50%;
  left: 50%;
  margin: -169px 0 0 -408px;
  z-index: 6;
  color: #fff;
  width: 816px;
  height: 338px;
}
@media screen and (max-width: 720px) {
  .integ .section--1 .section-wrap .section-txt {
    width: 100%;
    left: 0px;
    margin: -169px 0 0;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.integ .section--1 .section-wrap .section-bg {
  background-image: url("../testimg/pic_25.jpg");
}
.integ .section--2 .section-wrap .main {
  height: 100%;
}
.integ .section--2 .section-wrap .part-2-1 {
  margin-bottom: 26px;
}
.integ .section--2 .section-wrap .section-txt {
  position: absolute;
  padding: 40px 0;
  top: 50%;
  left: 50%;
  z-index: 6;
  color: #fff;
  width: 642px;
  margin: -140px 0 0 -321px;
  height: 280px;
}
@media screen and (max-width: 720px) {
  .integ .section--2 .section-wrap .section-txt {
    left: 0px;
    width: 100%;
    margin: -140px 0 0 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 340px) {
  .integ .section--2 .section-wrap .section-txt h2 {
    font-size: 26px;
  }
}
.integ .section--2 .section-wrap .section-txt p {
  line-height: 24px;
  margin-bottom: 54px;
  margin-bottom: 55px;
  font-family: "Sim Sun";
}
@media screen and (max-width: 720px) {
  .integ .section--2 .section-wrap .section-txt p {
    margin-bottom: 30px;
  }
}
.integ .section--2 .section-wrap .section-bg {
  background-image: url("../testimg/pic_26.jpg");
}
.integ .section--3 .section-wrap .part-3-1, .integ .home .section--6 .section-wrap .part-3-1, .home .integ .section--6 .section-wrap .part-3-1, .integ .swipe--home .section--6 .section-wrap .part-3-1, .swipe--home .integ .section--6 .section-wrap .part-3-1 {
  margin-bottom: 26px;
}
.integ .section--3 .section-wrap .section-txt, .integ .home .section--6 .section-wrap .section-txt, .home .integ .section--6 .section-wrap .section-txt, .integ .swipe--home .section--6 .section-wrap .section-txt, .swipe--home .integ .section--6 .section-wrap .section-txt {
  padding: 56px 0 57px;
}
@media screen and (max-width: 720px) {
  .integ .section--3 .section-wrap .section-txt, .integ .home .section--6 .section-wrap .section-txt, .home .integ .section--6 .section-wrap .section-txt, .integ .swipe--home .section--6 .section-wrap .section-txt, .swipe--home .integ .section--6 .section-wrap .section-txt {
    height: 200px;
    padding: 20px 0;
  }
}
.integ .section--3 .section-wrap .section-txt p, .integ .home .section--6 .section-wrap .section-txt p, .home .integ .section--6 .section-wrap .section-txt p, .integ .swipe--home .section--6 .section-wrap .section-txt p, .swipe--home .integ .section--6 .section-wrap .section-txt p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 23px;
}
@media screen and (max-width: 720px) {
  .integ .section--3 .section-wrap .section-txt p, .integ .home .section--6 .section-wrap .section-txt p, .home .integ .section--6 .section-wrap .section-txt p, .integ .swipe--home .section--6 .section-wrap .section-txt p, .swipe--home .integ .section--6 .section-wrap .section-txt p {
    margin-bottom: 16px;
  }
}
.integ .section--3 .section-wrap .section-bg, .integ .home .section--6 .section-wrap .section-bg, .home .integ .section--6 .section-wrap .section-bg, .integ .swipe--home .section--6 .section-wrap .section-bg, .swipe--home .integ .section--6 .section-wrap .section-bg {
  background-image: url("../testimg/pic_27.jpg");
}

@media screen and (max-width: 720px) {
  .home .section-wrap {
    position: static;
    padding-top: 0px;
  }
}
.home .section-wrap .main {
  padding: 0 1%;
}
@media screen and (max-width: 720px) {
  .home .section--1 {
    height: 430px;
  }
}
@media screen and (max-width: 720px) {
  .home .section--1 .section-wrap {
    padding-top: 50px;
  }
}
.home .section--1 .section-wrap .main {
  height: 100%;
  z-index: 2;
  position: relative;
}
.home .section--1 .section-wrap .section-txt {
  background: url("../images/bg_7.png") repeat;
  width: 760px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -380px;
  padding: 32px 58px 0;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .home .section--1 .section-wrap .section-txt {
    position: static;
    width: 80%;
    margin: 30px auto;
    padding: 6%;
    height: auto;
  }
}
.home .section--1 .section-wrap .section-txt h2 {
  line-height: 84px;
}
@media screen and (max-width: 720px) {
  .home .section--1 .section-wrap .section-txt h2 {
    line-height: 42px;
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.home .section--1 .section-wrap .section-txt p {
  line-height: 24px;
  font-family: "Sim Sun";
}
.home .section--1 .section-wrap .part-1-1 {
  margin-bottom: 17px;
}
.home .section--1 .section-wrap .section-bg {
  background-image: url("../testimg/pic_31.jpg");
}
@media screen and (max-width: 720px) {
  .home .section--1 .section-wrap .section-bg {
    height: 380px;
  }
}
@media screen and (max-width: 720px) {
  .home .section--2 {
    padding: 0 2% 5%;
  }
}
.home .section--2 .section-wrap .section-txt {
  padding: 90px 0 0;
}
@media screen and (max-width: 720px) {
  .home .section--2 .section-wrap .section-txt {
    padding: 20px 0;
    height: 150px;
  }
}
.home .section--2 .section-wrap .section-txt .main {
  width: 427px;
}
@media screen and (max-width: 460px) {
  .home .section--2 .section-wrap .section-txt .main {
    width: 100%;
  }
}
.home .section--2 .section-wrap .section-txt h2 {
  line-height: 84px;
  margin-bottom: 12px;
}
@media screen and (max-width: 720px) {
  .home .section--2 .section-wrap .section-txt h2 {
    line-height: 42px;
  }
}
.home .section--2 .section-wrap .section-txt p {
  line-height: 24px;
  font-family: "Sim Sun";
}
.home .section--2 .section-wrap .part-2-1 {
  margin-bottom: 14px;
}
@media screen and (max-width: 720px) {
  .home .section--2 .section-wrap .part-2-3 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.home .section--2 .section-wrap .section-bg {
  background-image: url("../testimg/pic_27.jpg");
}
.home .section--3 .section-wrap, .home .section--6 .section-wrap {
  padding-top: 0px;
  overflow: hidden;
}
.home .section--3 .section-wrap .section-txt, .home .section--6 .section-wrap .section-txt {
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100% !important;
  background-color: #00418e;
  position: absolute;
  color: #fff;
  padding: 10% 5% 5%;
}
@media screen and (max-width: 720px) {
  .home .section--3 .section-wrap .section-txt, .home .section--6 .section-wrap .section-txt {
    position: static;
    width: 100%;
    padding: 5% 3%;
  }
}
.home .section--3 .section-wrap .section-txt h2, .home .section--6 .section-wrap .section-txt h2 {
  line-height: 84px;
  margin-bottom: 36px;
}
@media screen and (max-width: 720px) {
  .home .section--3 .section-wrap .section-txt h2, .home .section--6 .section-wrap .section-txt h2 {
    line-height: 24px;
    font-size: 26px;
  }
}
.home .section--3 .section-wrap .section-txt dl, .home .section--6 .section-wrap .section-txt dl {
  text-align: left;
  line-height: 18px;
  margin-bottom: 10px;
  clear: both;
}
.home .section--3 .section-wrap .section-txt dl dt, .home .section--6 .section-wrap .section-txt dl dt {
  font-weight: bold;
}
.home .section--3 .section-wrap .section-txt dl dd, .home .section--6 .section-wrap .section-txt dl dd {
  color: #8d9ec0;
}
.home .section--3 .section-wrap .part-3-1, .home .section--6 .section-wrap .part-3-1 {
  margin-bottom: 66px;
  float: left;
}
.home .section--3 .section-wrap .section-bg, .home .section--6 .section-wrap .section-bg {
  background-image: url("../testimg/pic_44.jpg");
  position: absolute;
  left: 0px;
  width: 50%;
  height: 100% !important;
  top: 0px;
}
@media screen and (max-width: 720px) {
  .home .section--3 .section-wrap .section-bg, .home .section--6 .section-wrap .section-bg {
    position: static;
    width: 100%;
    height: 200px !important;
  }
}
@media screen and (max-width: 720px) {
  .home .section--4 {
    padding: 0 2% 5%;
  }
}
.home .section--4 .section-wrap {
  overflow: hidden;
}
.home .section--4 .section-wrap .section-txt {
  padding: 60px 0 0;
}
@media screen and (max-width: 720px) {
  .home .section--4 .section-wrap .section-txt {
    padding: 10px 0;
    height: auto;
  }
}
.home .section--4 .section-wrap .section-txt h2 {
  line-height: 84px;
  margin-bottom: 12px;
}
@media screen and (max-width: 720px) {
  .home .section--4 .section-wrap .section-txt h2 {
    line-height: 42px;
    font-size: 26px;
  }
}
.home .section--4 .section-wrap .section-txt p {
  line-height: 24px;
  font-family: "Sim Sun";
}
.home .section--4 .section-wrap .part-4-1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 720px) {
  .home .section--4 .section-wrap .part-4-2 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 720px) {
  .home .section--4 .section-wrap .part-4-3 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.home .section--4 .section-wrap .section-bg {
  background-image: url("../testimg/pic_32.jpg");
}
.home .section--5 {
  overflow: hidden;
}
.home .section--5 .section-wrap .main {
  width: 955px;
}
@media screen and (max-width: 1000px) {
  .home .section--5 .section-wrap .main {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .home .section--5 .section-wrap .main {
    padding: 0 3% 5%;
  }
}
.home .section--5 .section-wrap .section-txt {
  height: auto !important;
  padding: 68px 0 0;
}
@media screen and (max-width: 720px) {
  .home .section--5 .section-wrap .section-txt {
    padding: 10px 0;
  }
}
.home .section--5 .section-wrap .section-txt h2 {
  line-height: 84px;
  margin-bottom: 8px;
}
@media screen and (max-width: 720px) {
  .home .section--5 .section-wrap .section-txt h2 {
    line-height: 42px;
    font-size: 26px;
  }
}
.home .section--5 .section-wrap .section-txt p {
  line-height: 24px;
  font-family: "Sim Sun";
  margin-bottom: 30px;
}
@media screen and (max-width: 720px) {
  .home .section--5 .section-wrap .section-txt p {
    margin-bottom: 0px;
  }
}
.home .section--5 .section-wrap .part-5-1 {
  margin-bottom: 26px;
}
@media screen and (max-width: 720px) {
  .home .section--5 .section-wrap .part-5-3 {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.home .section--5 .section-wrap .section-bg {
  background-image: url("../testimg/pic_33.jpg");
  height: 538px !important;
}
@media screen and (max-width: 720px) {
  .home .section--5 .section-wrap .section-bg {
    height: auto !important;
  }
}
.home .section--6 .section-wrap .part-6-1 {
  margin-bottom: 66px;
  float: left;
}
.home .section--6 .section-wrap .section-bg {
  background-image: url("../testimg/pic_45.jpg");
}

.bx-wrapper {
  overflow: hidden;
  padding: 0 0 20px;
}
.bx-wrapper .bx-viewport {
  border: none;
  background: none;
  -moz-box-shadow: 0px 0px 0 0;
  -webkit-box-shadow: 0px 0px 0 0;
  box-shadow: 0px 0px 0 0;
}
.bx-wrapper .bx-pager {
  bottom: 12px;
}

.bx-wrapper .bx-pager.bx-default-pager a, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #3b6cad;
  width: 10px;
  height: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 1px solid #3b6cad;
  background-color: transparent;
}

.card-item-area {
  display: none;
}

.card-item {
  width: 100%;
  float: left;
  padding: 0 0 4% 4%;
  position: relative;
}
.card-item a {
  -moz-box-shadow: 4px 4px 0 0 #e8e8e8;
  -webkit-box-shadow: 4px 4px 0 0 #e8e8e8;
  box-shadow: 4px 4px 0 0 #e8e8e8;
  border: 1px solid #e8e8e8;
  padding: 3% 3% 0;
  display: block;
  background-color: #fff;
}
.card-item .card-item-img {
  width: 100%;
}
.card-item .card-item-name {
  line-height: 30px;
  text-align: center;
  color: #999;
}
.card-item .card-item-btm {
  border-top: 1px solid #e8e8e8;
  height: 30px;
  padding: 7.5px 0;
}
.card-item .card-item-btm i {
  width: 14px;
  height: 15px;
  background: url("../images/ico_file.jpg") 0 0 no-repeat;
  float: right;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background-color: #3b6cad;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span {
  border: 1px solid #3b6cad;
  background-color: transparent;
}

.lr {
  background: url("../testimg/pic_28.jpg") 0 0 no-repeat;
  background-size: cover;
  font-family: "Sim Sun";
  font-weight: bold;
}
.lr .main {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 720px) {
  .lr .main {
    padding: 10%;
  }
}
@media screen and (max-width: 460px) {
  .lr .main {
    padding: 12% 4%;
  }
}

.lr-tit {
  font-size: 14px;
  padding: 24px 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 460px) {
  .lr-tit {
    padding: 20px 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1226px) {
  .lr-list {
    font-size: 14px;
  }
}
.lr-list li {
  min-height: 70px;
  position: relative;
  line-height: 48px;
  padding: 0 84px 0 106px;
}
@media screen and (max-width: 460px) {
  .lr-list li {
    padding: 0 0 0 70px;
  }
}
.lr-list li .item-ipt, .lr-list li .calc-list .item-sele, .calc-list .lr-list li .item-sele {
  height: 48px;
  border: 1px solid #ddd;
  padding: 6px;
  width: 100%;
}
.lr-list li .item-label {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  width: 106px;
  font-weight: normal;
}
@media screen and (max-width: 460px) {
  .lr-list li .item-label {
    width: 70px;
  }
}
.lr-list li .item-ckb {
  margin: 0px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.lr-list .list-item--3 {
  *zoom: 1;
  min-height: 0px;
  line-height: 12px;
  font-weight: normal;
  margin-bottom: 28px;
}
.lr-list .list-item--3:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1226px) {
  .lr-list .list-item--3 {
    font-size: 12px;
  }
}
.lr-list .list-item--3 .item-remb {
  float: left;
  cursor: pointer;
}
.lr-list .list-item--3 .item-fgt {
  float: right;
}
.lr-list .list-item--4 {
  min-height: 0px;
  *zoom: 1;
}
.lr-list .list-item--4:after {
  content: "";
  display: table;
  clear: both;
}
.lr-list .btn--login {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  border: none;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: url(../images/bg_6.jpg) repeat-x;
  color: #fff;
  cursor: pointer;
  float: left;
}

.lr-wrap {
  position: absolute;
  width: 520px;
  height: 360px;
  padding: 0 20px 56px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin: -180px 0 0 -260px;
}
@media screen and (max-width: 720px) {
  .lr-wrap {
    position: static;
    width: 100%;
    margin: 0px;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .lr-wrap {
    padding: 0 5% 10%;
  }
}

.video-frame {
  height: 420px !important;
}

.video-title {
  line-height: 34px;
  margin-bottom: 7px;
  color: #333;
  font-size: 14px;
  font-family: "Sim Sun";
  font-weight: bold;
}

.world-cont {
  background-color: #f1eff2;
}
.world-cont .main {
  background: url(../images/bg_8.jpg) right 118px no-repeat;
}
@media screen and (max-width: 1226px) {
  .world-cont .main {
    width: 100%;
    padding: 0 1%;
  }
}
@media screen and (max-width: 720px) {
  .world-cont .main {
    background: none;
  }
}

.world-tit--en {
  line-height: 52px;
  padding: 34px 0 4px;
  color: #e1dfe2;
  font-size: 40px;
  font-family: 'FZHTJW','STXihei';
}
@media screen and (max-width: 1226px) {
  .world-tit--en {
    padding-top: 20px;
  }
}

.world-tit--cn {
  line-height: 32px;
  padding: 0 0 9px;
  font-weight: bold;
  color: #00418e;
  font-size: 20px;
}

.world-txt {
  line-height: 24px;
  width: 445px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1226px) {
  .world-txt {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 460px) {
  .world-txt {
    width: 100%;
  }
}

.world-nav {
  *zoom: 1;
  width: 1235px;
  margin-bottom: 14px;
}
.world-nav:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1226px) {
  .world-nav {
    width: 100%;
  }
}
.world-nav li {
  float: left;
  width: 25%;
  padding: 0 9px 9px 0;
}
@media screen and (max-width: 720px) {
  .world-nav li {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .world-nav li {
    width: 100%;
  }
}
.world-nav li a {
  text-align: center;
  padding-top: 35px;
  color: #fff;
  height: 122px;
  display: block;
  background-repeat: no-repeat;
}
.world-nav li h3 {
  line-height: 30px;
  font-size: 18px;
}
.world-nav li p {
  line-height: 24px;
  font-size: 12px;
}
.world-nav .nav-item--1 a {
  background-color: #4aa9bd;
}
.world-nav .nav-item--2 a {
  background-color: #a1cfe9;
  background-image: url(../images/pic_10.jpg);
  background-position: right bottom;
}
.world-nav .nav-item--3 a {
  background-color: #4957af;
  background-image: url(../images/pic_11.jpg);
  background-position: left bottom;
}
.world-nav .nav-item--4 a {
  background-color: #ffa602;
  background-image: url(../images/pic_12.jpg);
  background-position: left bottom;
  background-size: cover;
}

@media screen and (max-width: 720px) {
  .affi-txt {
    font-size: 14px;
  }
}
.affi-txt .img-1 {
  float: right;
}
@media screen and (max-width: 580px) {
  .affi-txt .img-1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.affi-txt .img-1-s {
  width: 100%;
}
.affi-txt dl {
  margin-bottom: 22px;
}
@media screen and (max-width: 720px) {
  .affi-txt dl {
    padding: 3%;
  }
}
.affi-txt dl b {
  font-weight: bold;
}
.affi-txt dl dt {
  color: #3476a8;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 22px;
}
@media screen and (max-width: 720px) {
  .affi-txt dl dt {
    font-size: 16px;
  }
}
.affi-txt dl dd {
  line-height: 24px;
}

@media screen and (max-width: 720px) {
  .part-pc {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .part-mobile {
    display: none;
  }
}

.swipe .section-bg {
  background: center top no-repeat;
}
.swipe .section {
  position: relative;
}
@media screen and (max-width: 720px) {
  .swipe .section * {
    display: none;
  }
}
.swipe .section *.part-mobile {
  display: none;
}
@media screen and (max-width: 720px) {
  .swipe .section *.part-mobile {
    display: block;
  }
}
.swipe img.section-bg-s {
  display: block;
  width: 100%;
}
.swipe .main {
  position: relative;
  height: 100%;
}
.swipe .section-txt {
  padding: 56px 0 57px;
  text-align: center;
}
.swipe .section-txt h2 {
  line-height: 84px;
}
@media screen and (max-width: 720px) {
  .swipe .section-txt h2 {
    line-height: 42px;
  }
}
.swipe .section-txt a {
  display: inline-block;
  background-color: #79a5ff;
  line-height: 38px;
  width: 120px;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.swipe .section-txt a i {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../images/ico_22.png") 0 0 no-repeat;
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.swipe--pro .section--2, .swipe--pro .section--3, .swipe--pro .home .section--6, .home .swipe--pro .section--6, .swipe--pro .swipe--home .section--6, .swipe--home .swipe--pro .section--6, .swipe--pro .section--4 {
  position: relative;
}
.swipe--pro .section--1 .section-bg {
  background-image: url("../testimg/pro/pic_21.jpg");
  height: 873px;
}
.swipe--pro .section--1 .main {
  position: absolute;
  top: 0px;
  width: 100%;
}
.swipe--pro .section--1 .section-txt {
  padding: 50px 0;
  background-color: transparent;
  color: #fff;
  position: static;
  padding-top: 108px;
}
.swipe--pro .section--1 .part-1-1 {
  margin-bottom: 22px;
}
.swipe--pro .section--1 .part-1-2 {
  margin-bottom: 33px;
}
.swipe--pro .section--2 .section-bg {
  background-image: url("../testimg/pro/pic_22.jpg");
  height: 600px;
}
@media screen and (max-width: 720px) {
  .swipe--pro .section--2 .section-bg {
    background-image: url("../testimg/pro/pic_22_s.jpg");
  }
}
.swipe--pro .section--2 .part-2-1 {
  margin-bottom: 21px;
}
.swipe--pro .section--2 .part-2-2 {
  margin-bottom: 21px;
}
.swipe--pro .section--3 .section-bg, .swipe--pro .home .section--6 .section-bg, .home .swipe--pro .section--6 .section-bg, .swipe--pro .swipe--home .section--6 .section-bg, .swipe--home .swipe--pro .section--6 .section-bg {
  background-image: url("../testimg/pro/pic_23.jpg");
  height: 593px;
}
@media screen and (max-width: 720px) {
  .swipe--pro .section--3 .section-bg, .swipe--pro .home .section--6 .section-bg, .home .swipe--pro .section--6 .section-bg, .swipe--pro .swipe--home .section--6 .section-bg, .swipe--home .swipe--pro .section--6 .section-bg {
    background-image: url("../testimg/pro/pic_23_s.jpg");
  }
}
.swipe--pro .section--3 .part-3-1, .swipe--pro .home .section--6 .part-3-1, .home .swipe--pro .section--6 .part-3-1, .swipe--pro .swipe--home .section--6 .part-3-1, .swipe--home .swipe--pro .section--6 .part-3-1 {
  margin-bottom: 21px;
}
.swipe--pro .section--3 .part-3-2, .swipe--pro .home .section--6 .part-3-2, .home .swipe--pro .section--6 .part-3-2, .swipe--pro .swipe--home .section--6 .part-3-2, .swipe--home .swipe--pro .section--6 .part-3-2 {
  margin-bottom: 21px;
}
.swipe--pro .section--4 .section-bg {
  background-image: url("../testimg/pro/pic_24.jpg");
  height: 593px;
}
@media screen and (max-width: 720px) {
  .swipe--pro .section--4 .section-bg {
    background-image: url("../testimg/pro/pic_24_s.jpg");
  }
}
.swipe--pro .section--4 .part-4-1 {
  margin-bottom: 24px;
}
.swipe--pro .section--4 .part-4-2 {
  margin-bottom: 21px;
}

.swipe--integ .section-txt h2 {
  line-height: 84px;
  margin-bottom: 15px;
}
@media screen and (max-width: 720px) {
  .swipe--integ .section-txt h2 {
    line-height: 42px;
  }
}
.swipe--integ .section--1 .main {
  position: absolute;
  top: 0px;
  width: 100%;
}
.swipe--integ .section--1 .part-1-1 {
  margin-bottom: 38px;
}
.swipe--integ .section--1 .part-1-2 {
  margin-bottom: 65px;
}
.swipe--integ .section--1 .section-txt {
  position: absolute;
  padding: 40px 0;
  top: 50%;
  left: 50%;
  margin: -169px 0 0 -408px;
  z-index: 6;
  color: #fff;
  width: 816px;
  height: 338px;
}
@media screen and (max-width: 720px) {
  .swipe--integ .section--1 .section-txt {
    width: 100%;
    left: 0px;
    margin: -169px 0 0;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.swipe--integ .section--1 .section-bg {
  background-image: url("../testimg/pic_25.jpg");
  height: 873px;
}
.swipe--integ .section--2 .main {
  position: absolute;
  top: 0px;
  width: 100%;
}
.swipe--integ .section--2 .part-2-1 {
  margin-bottom: 26px;
}
.swipe--integ .section--2 .section-txt {
  position: absolute;
  padding: 40px 0;
  top: 238px;
  left: 50%;
  z-index: 6;
  color: #fff;
  width: 642px;
  margin: 0 0 0 -321px;
  height: 280px;
}
@media screen and (max-width: 720px) {
  .swipe--integ .section--2 .section-txt {
    left: 0px;
    width: 100%;
    margin: -140px 0 0 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 340px) {
  .swipe--integ .section--2 .section-txt h2 {
    font-size: 26px;
  }
}
.swipe--integ .section--2 .section-txt p {
  line-height: 24px;
  margin-bottom: 54px;
  margin-bottom: 55px;
  font-family: "Sim Sun";
}
@media screen and (max-width: 720px) {
  .swipe--integ .section--2 .section-txt p {
    margin-bottom: 30px;
  }
}
.swipe--integ .section--2 .section-bg {
  background-image: url("../testimg/pic_26.jpg");
  height: 873px;
}
.swipe--integ .section--3 .part-3-1, .swipe--integ .home .section--6 .part-3-1, .home .swipe--integ .section--6 .part-3-1, .swipe--integ .swipe--home .section--6 .part-3-1, .swipe--home .swipe--integ .section--6 .part-3-1 {
  margin-bottom: 26px;
}
.swipe--integ .section--3 .section-txt, .swipe--integ .home .section--6 .section-txt, .home .swipe--integ .section--6 .section-txt, .swipe--integ .swipe--home .section--6 .section-txt, .swipe--home .swipe--integ .section--6 .section-txt {
  padding: 56px 0 57px;
}
@media screen and (max-width: 720px) {
  .swipe--integ .section--3 .section-txt, .swipe--integ .home .section--6 .section-txt, .home .swipe--integ .section--6 .section-txt, .swipe--integ .swipe--home .section--6 .section-txt, .swipe--home .swipe--integ .section--6 .section-txt {
    height: 200px;
    padding: 20px 0;
  }
}
.swipe--integ .section--3 .section-txt p, .swipe--integ .home .section--6 .section-txt p, .home .swipe--integ .section--6 .section-txt p, .swipe--integ .swipe--home .section--6 .section-txt p, .swipe--home .swipe--integ .section--6 .section-txt p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 23px;
}
@media screen and (max-width: 720px) {
  .swipe--integ .section--3 .section-txt p, .swipe--integ .home .section--6 .section-txt p, .home .swipe--integ .section--6 .section-txt p, .swipe--integ .swipe--home .section--6 .section-txt p, .swipe--home .swipe--integ .section--6 .section-txt p {
    margin-bottom: 16px;
  }
}
.swipe--integ .section--3 .section-bg, .swipe--integ .home .section--6 .section-bg, .home .swipe--integ .section--6 .section-bg, .swipe--integ .swipe--home .section--6 .section-bg, .swipe--home .swipe--integ .section--6 .section-bg {
  background-image: url("../testimg/pic_27.jpg");
  height: 593px;
}

@media screen and (max-width: 720px) {
  .swipe--home .section {
    height: auto !important;
  }
}
.swipe--home .section--1 .main {
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0px;
  width: 100%;
}
.swipe--home .section--1 .section-txt {
  background: url("../images/bg_7.png") repeat;
  width: 760px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -380px;
  padding: 32px 58px 0;
  color: #fff;
}
.swipe--home .section--1 .section-txt h2 {
  line-height: 84px;
}
.swipe--home .section--1 .section-txt p {
  line-height: 24px;
  font-family: "Sim Sun";
}
.swipe--home .section--1 .part-1-1 {
  margin-bottom: 17px;
}
.swipe--home .section--1 .section-bg {
  background-image: url("../testimg/pic_31.jpg");
  height: 873px;
}
.swipe--home .section--2 .section-txt {
  padding: 90px 0 60px;
}
.swipe--home .section--2 .section-txt .main {
  width: 427px;
}
.swipe--home .section--2 .section-txt h2 {
  line-height: 84px;
  margin-bottom: 12px;
}
.swipe--home .section--2 .section-txt p {
  line-height: 24px;
  font-family: "Sim Sun";
}
.swipe--home .section--2 .part-2-1 {
  margin-bottom: 14px;
}
.swipe--home .section--2 .section-bg {
  background-image: url("../testimg/pic_27.jpg");
  height: 593px;
}
.swipe--home .section--3, .swipe--home .section--6 {
  height: 873px;
}
.swipe--home .section--3 .section-txt, .swipe--home .section--6 .section-txt {
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100% !important;
  background-color: #00418e;
  position: absolute;
  color: #fff;
  padding: 10% 5% 5%;
}
.swipe--home .section--3 .section-txt h2, .swipe--home .section--6 .section-txt h2 {
  line-height: 84px;
  margin-bottom: 36px;
}
.swipe--home .section--3 .section-txt dl, .swipe--home .section--6 .section-txt dl {
  text-align: left;
  line-height: 18px;
  margin-bottom: 10px;
  clear: both;
}
.swipe--home .section--3 .section-txt dl dt, .swipe--home .section--6 .section-txt dl dt {
  font-weight: bold;
}
.swipe--home .section--3 .section-txt dl dd, .swipe--home .section--6 .section-txt dl dd {
  color: #8d9ec0;
}
.swipe--home .section--3 .part-3-1, .swipe--home .section--6 .part-3-1 {
  margin-bottom: 66px;
  float: left;
}
@media screen and (max-width: 1500px) {
  .swipe--home .section--3 .part-3-1, .swipe--home .section--6 .part-3-1 {
    width: 100%;
  }
}
.swipe--home .section--3 .section-bg, .swipe--home .section--6 .section-bg {
  background-image: url("../testimg/pic_44.jpg");
  position: absolute;
  left: 0px;
  width: 50%;
  height: 100% !important;
  top: 0px;
}
.swipe--home .section--4 .section-txt {
  padding: 60px 0 42px;
}
.swipe--home .section--4 .section-txt h2 {
  line-height: 84px;
  margin-bottom: 12px;
}
.swipe--home .section--4 .section-txt p {
  line-height: 24px;
  font-family: "Sim Sun";
}
.swipe--home .section--4 .part-4-1 {
  margin-bottom: 24px;
}
.swipe--home .section--4 .section-bg {
  background-image: url("../testimg/pic_32.jpg");
  height: 593px;
}
.swipe--home .section--5 {
  overflow: hidden;
}
.swipe--home .section--5 .main {
  width: 955px;
}
.swipe--home .section--5 .section-txt {
  height: auto !important;
  padding: 68px 0 0;
}
.swipe--home .section--5 .section-txt h2 {
  line-height: 84px;
  margin-bottom: 8px;
}
.swipe--home .section--5 .section-txt p {
  line-height: 24px;
  font-family: "Sim Sun";
  margin-bottom: 30px;
}
.swipe--home .section--5 .part-5-1 {
  margin-bottom: 26px;
}
.swipe--home .section--5 .section-bg {
  background-image: url("../testimg/pic_33.jpg");
  height: 538px !important;
  margin-bottom: 80px;
}
.swipe--home .section--6 .part-6-1 {
  margin-bottom: 66px;
  float: left;
}
@media screen and (max-width: 1500px) {
  .swipe--home .section--6 .part-6-1 {
    width: 100%;
  }
}
.swipe--home .section--6 .section-bg {
  background-image: url("../testimg/pic_45.jpg");
}

.iframe--storefront .owl-carousel {
  display: block;
}
.iframe--storefront .proi-pic {
  border: none;
}
.iframe--storefront .proi-slide {
  width: auto;
  margin-bottom: 0px;
}
.iframe--storefront .iframe-tit {
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.fancybox-skin {
  background-color: #fff;
}